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.
How to use this tool
- Choose an image.
- The Base64 data URL appears below.
- 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.