Base64 to Image

What is a base64 encoded image?

A base64 encoded image is like a translated version of a photo. Instead of being a bunch of ones and zeros that are hard to understand, it becomes a series of letters and numbers that computers can easily read. This is useful in web development because it allows you to insert images directly into a page’s code, without having to fetch them from separate files.

If you ever come across a text string that starts with data:image/png;base64, or something similar, you’re likely looking at a base64 encoded image.

This tool allows you to convert a base64 string into an image that you can view and download.

How does it work?

1
Paste the base64 string into the text box below. The image will be displayed on the screen.
2
You can download the image by clicking the Download button.
Last update: 2024/05/03