Image to Base64 Converter
Convert your images to Base64 encoded strings for web development
Drop your image here
or click to browse files
Image Preview
File Name:
–
File Size:
–
Dimensions:
–
Type:
–
Base64 Output
Base64 String
Usage Examples
HTML:
<img src="data:image/png;base64,YOUR_BASE64_HERE">
CSS:
background-image: url(data:image/png;base64,YOUR_BASE64_HERE);
Processing image…