Turn an image into a Base64-encoded data URI string you can paste into HTML, CSS, or code—generated directly in your browser.
Upload an image to see the encoded output here.
Upload a PNG, JPG, GIF, WebP, SVG, or ICO and get back a base64-encoded data URI (data:image/png;base64,...) ready to embed inline in HTML <img src="...">, CSS background-image: url(...), or JSON payloads. Handy for emails, small inline icons, or eliminating an extra HTTP request. Optional CSS / HTML / Markdown snippet output for the encoded string.