Base64 to Image
Decode a Base64 string or data URI back into a viewable, downloadable image.
Paste a Base64 string or full data URI to preview and download the decoded image. Everything stays in your browser.
Comment utiliser
- Paste a Base64 string or data URI.
- The decoded image previews instantly.
- Download it as a PNG.
Questions fréquentes
- Do I need the data: prefix?
- No. Raw Base64 is accepted and assumed to be PNG; a full data URI is also supported.
- Why does my image not show?
- The Base64 may be truncated or not an image. Check you copied the entire string.