web

Image Encoding in Base64

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:

  • Raw Base64 — the bare encoded string, useful for APIs or building custom data: URIs.
  • Data URL — the full 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.