Base64 to Image
Paste a Base64 encoded string, preview the image, and download in your desired format.
Base64 Input
Image Preview
Image preview will appear here after conversion
Decode Base64 Strings Back to Downloadable Images
Paste Base64 from APIs, logs, or data URIs and recover the original image file. Choose output format when options exist and download—handy when debugging mobile apps and webhooks that inline small binaries.
Decoding runs locally: your string is processed in the page, not stored remotely. Sanitize pasted content if it arrives from untrusted sources.
Reverse encoding
Turn Base64 payloads into viewable images again.
Save to disk
Download PNG or other formats for inspection or editing.
Simple workflow
Paste, decode, preview—no programming required.
Mind the source
Do not decode unknown Base64 from suspicious emails or chats.
How to convert Base64 to image
- 1
Paste string
Paste raw Base64 or a full data URI.
- 2
Decode
Run decode to rebuild the bitmap.
- 3
Preview
Confirm the image matches expectations.
- 4
Download
Save the file for editing or evidence.
Related: Base64 decode image, data URI to file, convert Base64 to PNG, extract image from Base64 string.