Skip to content

Image ↔ Base64

Convert an image file to a Base64 data URL, or paste a data URL to preview and download the image. All in your browser.

Preview

No image yet

Example

Upload a PNG to fill the textarea with a data:image/png;base64,... string you can embed in HTML or CSS.

FAQ

No. FileReader converts it locally in your browser.
Very large images may slow the tab; keep files under a few MB for comfort.

Convert