Image to Base64
Base64 String
How to Use

Image to Base64:

  • Click 'Select Image' to upload an image file (PNG, JPG, GIF, WebP, etc.)
  • The Base64 encoded string will automatically appear in the text area
  • Click 'Copy Base64' to copy the string to your clipboard

Base64 to Image:

  • Paste a Base64 encoded image string in the text area
  • Click 'Convert Base64 to Image' to preview the image
  • Click 'Download Image' to save the image file to your device

Supported Formats:

PNG, JPG/JPEG, GIF, WebP, SVG, BMP, TIFF

Tips:

  • Base64 strings are larger than the original binary files (typically 33% larger)
  • Useful for embedding images in HTML, CSS, or JSON
  • Great for data URIs and inline image encoding