📸

Image Base64

Convert images to and from Base64 Data URLs.

Image Tools
Choose image
💡 Usage
Data URL format:data:image/png;base64,iVBORw0KGgoAAAANS...

Use in HTML img src or CSS background-image

Base64 plain text:iVBORw0KGgoAAAANS...

Only the Base64 string—add the prefix manually when needed

What is Image to Base64?

Image to Base64 converter encodes images as Base64 strings for embedding directly in HTML, CSS, or JSON.

Features

  • Drag and drop support
  • Multiple format support
  • Data URI output
  • Copy to clipboard

Use Cases

  • Inline images in HTML/CSS
  • Email templates
  • Reducing HTTP requests

Tips

  • Best for small images (< 100KB)
  • Large images increase page size
  • All processing is done locally