Base64 to Image
How to Use Base64 to Image
Paste Base64 or Data URI
Paste a raw Base64 string or a full data URI (data:image/png;base64,...) into the input box, or click "Load Sample" to try it.
Preview & Inspect the Image
The decoded image renders instantly with its detected format, MIME type, and dimensions for a quick sanity check.
Download the Image
Click "Download Image" to save the decoded file locally with the correct extension based on its detected format.
Key Features
Auto Format Detection
Detects PNG, JPG, GIF, WEBP, SVG, and ICO from the Base64 data automatically and picks the right file extension.
Raw or Data URI Input
Accepts both plain Base64 payloads and full data URI strings, so anything copied from code works as-is.
Live Preview with Details
See the decoded image immediately along with its format, MIME type, and pixel dimensions.
100% Client-Side Decoding
Decoding happens entirely in your browser. Your data is never uploaded to or stored on any server.
One-Click Download
Download the reconstructed image instantly with a descriptive auto-generated filename.