Base64 Image Encoder

Convert images to Base64 data URIs or decode Base64 back to images

Encode Image to Base64


Decode Base64 to Image

When To Use Base64 Images

Data URIs can simplify prototypes and email templates by removing external image requests, but they also increase document size.

Related tools: QR Code Generator, Hash Generator, URL Encoder.

Base64 Image FAQ

Why is the encoded string much longer than the source file?

Base64 expands binary data, so output is normally larger than the original binary content.

Can I paste a full data URI back into this tool?

Yes. Typical data URI prefixes are supported when decoding image payloads.

Does image conversion happen on a server?

No. The conversion runs locally in your browser.