Base64 → Image • Preview & download

Base64 to Image

Paste a Base64 string and convert it back into an image. Preview and download the decoded file.

Preview:

Related tools

Frequently Asked Questions

What kind of Base64 strings are supported?

You can paste full data:image/...;base64, URLs or raw Base64 without the prefix. The tool will try to detect and decode both.

Is my Base64 data sent to a server?

No. Decoding happens in your browser using JavaScript. The image is not uploaded or stored on our servers.

Which output format is used?

The decoded image is typically rendered in the same format indicated by the Base64 prefix. If none is present, the browser may default to PNG.

What if the Base64 string is invalid?

The tool will show an error in the status area if decoding fails. Check that your string is complete and properly encoded.

Is this Base64 to image converter free?

Yes. It is free to use and runs entirely in your browser.