Base64 Image ConverterDrag in an image to get its Base64 data URI, or paste Base64 to preview and download the image.
Output
Base64 or data URI
Your image is read and converted in your browser. Nothing is uploaded to BroBroGo.
FAQ
What is a Base64 data URI image?
It is an image encoded as text, so it can sit directly inside HTML or CSS instead of loading from a separate file. That saves a request, which is handy for tiny icons and email templates.
Should I inline large images this way?
Better not to. Base64 makes the data about a third larger and it cannot be cached separately from the page, so keep it to small assets and link big images as normal files.
Can it turn a Base64 string back into a file?
Yes. Switch to Base64 → Image, paste a data URI or a raw Base64 string, and it detects the image type, previews it, and lets you download the file.