Image to Base64

Convert image files to Base64 strings

Category

Image Tools

How to Use

  1. Drag image to upload area or click to select file
  2. Image info and preview are shown automatically
  3. Base64 string can be copied with one click

Examples

  • Convert PNG image

    Input: Drag logo.png (15KB)

    Output: data:image/png;base64,iVBORw0KGgo...

FAQ

What image formats are supported?
All browser-displayable formats: PNG, JPEG, GIF, SVG, WebP, BMP, etc.
Are there size limitations for images?
No hard limits, but Base64 strings for large images will be very long. Recommended to keep under 1MB.

Related tools