Base64 to Image Converter

Runs in your browser — your data is never uploaded.

Paste a Base64 string or a full data: URL and get back a downloadable image file — PNG, JPG, WebP or AVIF, detected automatically. Runs entirely in your browser.

0 characters · runs entirely in your browser

How to use Base64 to Image Converter

  1. 1

    Paste the Base64 string or data: URL into the box.

  2. 2

    Click “Decode”.

  3. 3

    Download the resulting image file.

Share

Embed this tool on your site

Paste this where you want the tool to appear. It runs entirely in your visitor's browser — no uploads, no account, no tracking.

Please keep the attribution line — it's what keeps these tools free.

Need a different size, a dark theme, or a different tool? Build an embed lets you preview it first.

Frequently asked questions

Where do I get a Base64 image string?+

They commonly appear as data: URLs in HTML and CSS, in JSON API responses, or from an image-to-Base64 encoder. Paste the whole string — with or without the data:image/... prefix — and the file is rebuilt in your browser.

Does it need the "data:image/..." prefix?+

No — it works either way. With the prefix, the format is read directly from it; without it, the format is detected from the decoded bytes themselves.

Which image formats are detected?+

PNG, JPG, WebP and AVIF — the same four formats the rest of the image cluster supports.

Is my data uploaded anywhere?+

No. Decoding runs entirely in your browser — nothing is sent to a server.