Base64 to Image Decoder
Decode a Base64 string back to an image and preview / download it. Browser-based.
Length: 0 characters
Leave as-is unless you know the original file type. Data URIs auto-detect.
Base64 to Image decodes a Base64 string back into a viewable image file you can download. ConvertDa's free Base64 to Image tool runs entirely in your browser — paste the string, preview the image, and save it as JPG, PNG, or whatever format the source was.
How to base64 → image
- 1
Paste a Base64 string or full data URI.
- 2
See an instant live preview.
- 3
Download the image file.
Frequently asked questions
What image formats can I decode?▾
Any format the browser understands — typically JPG, PNG, GIF, WebP, BMP, SVG.
Can I paste a data URI?▾
Yes. The MIME type and image format are detected automatically.
Why won't my decoded image preview?▾
Either the Base64 string is incomplete (re-copy from the source) or the original encoded content wasn't an image. Check that the source actually came from an image file.
Can I convert the format at the same time?▾
No — Base64 is a lossless transformation, so the output format matches the input. To convert formats (e.g. PNG to JPG), decode first, then use a separate image converter.