Base64 to Image Converter
Convert Base64-encoded image data back to a viewable image instantly in your browser. Paste a Base64 string (with or without the data URI prefix) and see the rendered image. Supports PNG, JPEG, GIF, WebP, SVG, and more.
Text
Frequently Asked Questions
›What Base64 image formats are supported?
All common web image formats: PNG, JPEG, GIF, WebP, SVG, BMP, and ICO. The decoder handles both raw Base64 strings and full data URIs (data:image/png;base64,...).
›How do I get a Base64 image string?
Base64 images appear in CSS data URIs, inline HTML img tags, API responses, and email content. You can also use the Image to Base64 tool to encode images yourself.
›Is there a size limit?
No hard limit. Processing happens in your browser, so very large images depend on your device's available memory. Most images decode instantly.