Image to Data URI

Turn an image file into a data URI you can embed in CSS, HTML, or markdown. Drop, click, or paste a PNG, JPEG, GIF, WebP, or SVG. Everything stays in your browser.

Ideal for tiny icons and offline demos. Large photos create huge strings — keep files small.

Image
Paste or type your content here…
Data URI

Drop an image to convert it to a data URI.

Frequently Asked Questions

Is my image uploaded?
No. FileReader runs locally; nothing is sent to a server.
Why the size warning?
Files over about 2 MB still convert, but the data URI can freeze the page. Use a file URL or CDN for large photos.