Base64 to Image converter
Paste a base64 string or data URI and get a downloadable image back. Processed entirely in your browser.
Advertisement space
Frequently asked questions
- Yes, completely free with no signup or usage limit.
- No. Decoding happens directly in your browser.
- Both. If you paste a full "data:image/...;base64,..." URI the format is detected automatically; a bare base64 string is decoded as PNG by default.
- Make sure you copied the full string with no missing characters and no extra line breaks in the middle of it.