Afbeelding naar Base64 converter

Convert any image to a Base64-encoded string or data URI.

Drag & drop an image here, or click to select

PNG, JPG, GIF, SVG, WebP

About Image to Base64

Base64 encoding converts binary image data into ASCII text, making it possible to embed images directly in HTML, CSS, or JSON without external files. The data URI format (data:image/png;base64,...) can be used in <img> src attributes and CSS background-image properties. Note that Base64-encoded images are roughly 33% larger than the original file.

Related Tools