EncodePNG, JPG, WEBP, SVG → Base64
Arrastrá el archivo aquí o hacé clic para explorar
// select an image to encode
Decodeaccepts raw base64 or data URI
Generate ready-to-use Data URIs and Base64 strings to embed images directly into your HTML, CSS, or JSON files with zero extra HTTP requests.
Upload the image file you want to encode.
Click Encode to Base64 to generate the string.
Copy the ready-to-use Data URI string to your clipboard.
Yes, Base64 encoding increases byte size by about 33% compared to binary, but eliminates separate HTTP roundtrips.