Image to Base64
Convert an image to a Base64 data URI you can paste straight into HTML or CSS. In your browser.
How to use
Pick an image and it's converted to a Base64 data URI — paste it as an <img src> or CSS background to embed the image with no separate file. Best for small icons; large images make very long strings. Nothing is uploaded.