Home โ€บ Image Tools โ€บ Base64 to Image

Base64 to Image

Paste a Base64 string โ€” with or without the data URI prefix โ€” and get your image back instantly.

๐Ÿ”’ Decoded in your browser โ€” the data never leaves this page

Ad Space ยท AdSense code goes here later

From string back to picture

Base64 images hide everywhere โ€” inside CSS files, JSON API responses, HTML emails, database dumps and log files. When you need the actual image back, paste the string here: the tool accepts full data URIs, raw Base64 (pick the format), and even URL-safe Base64 with missing padding โ€” it normalizes everything automatically. You get an instant preview on a transparency-checkered background, the decoded dimensions and true byte size, and a one-click download with the correct file extension. It's the exact reverse of our Image to Base64 tool.

FAQ

Do I need the "data:image/png;base64," prefix?
No โ€” with the prefix the format is detected automatically; without it, just pick the format from the dropdown. URL-safe Base64 and missing padding are fixed automatically too.
Why does my string decode but not show an image?
The bytes decoded fine but don't match the selected format โ€” try another format from the dropdown (a JPG string decoded as PNG won't render).
Is there a size limit?
Browsers handle multi-megabyte strings fine, though extremely large ones may take a moment. Everything stays on your device.

Related Tools