AbraCalc

Image to Base64 Encoder

Convert any image to a Base64 data URL string instantly in your browser. Copy or download the result.

Choose an image to get its Base64 data URL.

Pure browser JavaScript (HTML canvas) — no upload.

Embed this tool on your site

How to use this tool

  1. Choose an image.
  2. The Base64 data URL appears below.
  3. Copy or Download as .txt.

Convert any image to a Base64 data URL string instantly in your browser. Copy or download the result.

Frequently asked questions

What is a data URL?
A data URL embeds the image bytes as Base64 text, useful for embedding images in HTML/CSS/JSON without a separate file.