Base64 to Image
Decode Base64 encoded strings back into image files. Paste your Base64 data URI and download the result.
Preview:
Decoded Successfully!
Frequently Asked Questions
What format should the Base64 string be?
Paste the full data URI including the prefix (e.g., data:image/png;base64,iVBORw0KGgo...). The tool auto-detects the image format from the MIME type.
What image formats are supported?
Any format supported by your browser: PNG, JPG, GIF, WebP, SVG, BMP, and more.