Convert an image into a Base64 data URI โ as a raw string, HTML tag, CSS rule or Markdown, ready to paste.
Or click to browse ยท PNG, JPG, WebP, GIF, SVG ยท Best under 1MB
๐ Encoded in your browser โ your image never leaves your device
A Base64 data URI packs an entire image into a text string, so you can embed it directly in HTML, CSS or JSON with zero extra network requests. It's perfect for tiny icons, email signatures, single-file HTML documents, quick prototypes and places where you can't host a separate file. The trade-off: the string is about a third larger than the original file and can't be cached separately โ so it's best for small images (under ~50KB). For anything bigger, host the file and shrink it first with our Image Compressor.