Image to Base64 Converter
Convert your images to Base64 encoded strings for embedding in HTML, CSS, or data URIs
Upload Image
Select an image file to convert to Base64 format
Drag and drop an image here, or click to select
Supports: JPG, PNG, GIF, WebP (Max: 10MB)
Base64 Result
Your converted Base64 string will appear here
Upload an image to see the Base64 result
Usage Examples
How to use your Base64 encoded image
<img src="data:image/png;base64,YOUR_BASE64_HERE" alt="Image" />background-image: url("data:image/png;base64,YOUR_BASE64_HERE");