Image to Base64

Convert an image to a copyable data URI string, or paste Base64 back to preview the image

Drop an image here to convert to Base64, or

Images are never uploaded — the conversion happens locally.


How to use

A data URI embeds an image as text — handy for CSS backgrounds, emails and JSON. Note that inlining adds about 1/3 to the size; avoid fully inlining large images.

FAQ

Can I paste a bare Base64 string without the data: prefix?

Yes — the tool automatically adds the data: prefix before previewing and downloading.