Image to Base64 & Base64 to Image
Free image to base64 and base64 to image converter online. Convert image to base64, decode base64 to image, PNG to base64 instantly.
How it works
- 1
Choose the mode
Select Image → Base64 to convert an image into a string, or Base64 → Image for the reverse process.
- 2
Upload or paste the input
If you're converting an image, upload it; if you're decoding, paste the Base64 string or Data URL into the dedicated area.
- 3
Copy or download the result
Copy the generated Base64 string to the clipboard or download the decoded image with one click.
FAQ
What is a Base64 Data URL?
It's a string containing the image encoded in text, usable directly in HTML or CSS code without loading a separate file.
When should I use Base64 images?
For small icons and images under 10KB. It reduces HTTP requests but increases HTML code size, so it's not suitable for large images.
Can I convert from Base64 to image?
Yes, the 'Base64 → Image' tab lets you paste a Base64 string and download the corresponding image.