🧬
Image to Base64
Encode an image as a Base64 data URI.
🔒 Encoded locally. Your image never leaves your device.
Click to choose an image, or drag & drop here.
About data URIs
A data URI embeds the image directly in your HTML or CSS, saving an HTTP request — best for small icons. Note that Base64 adds about 33% to the byte size, so it's not ideal for large images.