The Base64 tool now has an Image tab alongside the existing text encoder/decoder.
Drop any image file onto the drop zone (or click to browse) and the tool instantly produces:
data: URIs.data:<mime>;base64,... string, ready to paste directly into an <img src>, CSS background-image, or any context that accepts a data URL.Both outputs have a Copy button. All image formats are supported. Everything runs in the browser — no upload, no server.