Image → Data URI is a free encode & crypto tool that runs entirely in your browser — drop an image, get a Base64 URI. No upload, no account, no limits.
Drag in an image and get a Base64 data URI you can paste straight into CSS or HTML — plus its file size, pixel dimensions, MIME type and the encoded length. Everything is read locally; the image is never uploaded.
Any browser-readable image — PNG, JPEG, SVG, WebP and GIF.
About a third larger — Base64 spends four characters on every three bytes, and the data: prefix adds a little more. Worth it for a small icon you want to inline; rarely worth it for a photo.
Every calculation happens on this page, in your own browser. Your input is never sent to a server, never logged and never used for training — which also means the tool keeps working when you are offline.