Base64 to Image
Convert a Base64 data URI string back to a viewable image.
$base64 data uri
0 chars1 lines
Related Tools
FAQ
- What input format does this tool accept?
- You can paste a full data URI like data:image/png;base64,iVBOR... or just the raw Base64 string. If you paste raw Base64, the tool will attempt to detect the image type automatically.
- Can I download the decoded image?
- Yes. After the image is rendered, a download button appears that creates a file from the Base64 data and saves it to your device.
- Why does my image not display?
- The Base64 string may be corrupted or truncated. Make sure you copied the complete string. Also check that the data URI prefix (data:image/...;base64,) is correct if you included it.
Paste a Base64-encoded image string (data:image/png;base64,... or raw Base64) and instantly see the decoded image preview in your browser. You can also download the resulting image file. The entire conversion happens client-side with no server interaction.