Image to Base64

Convert an image to a Base64 data-URI.

Drag and drop an image here or click to select

Data-URI allows embedding images directly into HTML or CSS without a separate file — useful for icons, small images, or email templates. Encoding happens entirely in your browser.

Are there file size limits?

There are no practical limits, but very large images result in a long Base64 string, which might slow down page rendering.

Which formats are supported?

All image formats recognized by your browser: JPG, PNG, WebP, GIF, SVG, and others.