// by seankriegler.com

Base64 Image Encoder

Convert images to Base64 data URIs for embedding in HTML and CSS

Click to select or drag and drop an image

// Base64 Images

Convert images to Base64 data URIs to embed directly in HTML or CSS without external file requests.

// Best For

Small icons, logos, and graphics under 10KB. Larger images should use regular file references.

// Formats

Supports PNG, JPG, GIF, SVG, WebP, and BMP. Output includes proper MIME type in the data URI.