Convert Base64 to an Image
Paste a Base64 string or a full data URL, see the image render, and download it — decoded entirely on your device.
Base64 to Image
🔒 Nothing you enter is sent anywhere or stored. All processing happens in your browser.
How it works
This is the reverse of Base64 encoding: you paste the text and get a picture back. It accepts a full data URL that begins with data:image/…;base64, and also a bare Base64 string with no prefix — in the second case it wraps your text in a data: prefix using the type you pick from the dropdown.
Press Render image to decode. If the string is valid the preview appears with its dimensions and MIME type, and the Download button is enabled so you can save the file. Whitespace and line breaks in the pasted text are stripped automatically, which is common when copying from JSON or logs.
Invalid input never crashes the tool — it simply tells you the string is not valid Base64 or could not be decoded as the chosen type. All decoding is done by your browser, so pasted secrets or private graphics stay on your machine.