Base64 to Image Converter
Paste Base64 or a data:image URI to preview and download the original image bytes. No upload and no PNG/JPG/WebP re-encoding.
Output
Base64 or data URI
What this page does
- Paste a full data:image/... URI or raw Base64. The tool detects common image types from the decoded bytes when possible.
- The download keeps the decoded bytes. It does not re-encode the image as PNG, JPG, WebP or any other target format.
- Raw Base64 without a MIME label must decode to recognizable image data such as PNG, JPG, GIF, WebP, SVG, AVIF or TIFF.
Your image is read and converted in your browser. Nothing is uploaded to BroBroGo.
FAQ
Can this convert Base64 to PNG or JPG?
No. It decodes the image that is already inside the Base64. If the bytes are PNG, the download is PNG; if they are JPG, the download is JPG.
Can I paste a raw Base64 string?
Yes, as long as it decodes to recognizable image bytes. A data:image/... URI also works.