Base64 to Image
Paste a Base64 string or data URI and download the image.
How to use Base64 to Image
- Paste a data URI or raw Base64.
- Decode.
- Download the file.
What this tool accepts
- Accepts data URIs
- Local decode
Formats: Base64 → image
APIs often return images as Base64. This decoder turns the string back into a file you can open.
Privacy
Nothing is posted. Decode happens with fetch() on a blob URL in the tab.
Frequently asked questions
My string fails
Remove whitespace and make sure it is actually an image payload, not a PDF.