Paste a base64-encoded image (data URL or raw base64) to decode and view it. Download the image if needed. Runs in your browser.
About Base64 to Image
Images are sometimes stored or transmitted as base64 (e.g. in data URLs). This tool decodes that string and shows the image. You can then download it. Use it to recover an image from a data URL or to verify base64 image data.
How to use
- Paste a data URL (data:image/...;base64,...) or the base64 string only.
- Click Decode. The image appears; use Download to save it.
Frequently Asked Questions
What format should I paste?
Paste a data URL (e.g. data:image/png;base64,iVBORw0...) or just the base64 string. The tool will decode and display the image.
Is my image sent to a server?
No. Decoding runs in your browser. Your data never leaves your device.
Can I download the image?
Yes. After decoding, use the Download button to save the image file.