Image to Base64
Convert an image to a Base64 data URI, or decode a data URI back to an image.
Runs in your browserAbout this tool
Some contexts — embedding a small icon directly in CSS, inlining an image in an email template, or working with a data format that expects text rather than a separate file — need an image represented as a Base64 data URI rather than a normal file reference. This tool converts an image to a Base64 data URI, or decodes a data URI back into a downloadable image, covering both directions of a conversion that comes up regularly in web development.

