Image to Base64
Convert images to Base64 encoded strings for web development
Upload Image
Select an image to convert
Usage Examples
HTML Embedding
<img src="data:image/png;base64,...">
CSS Background
background-image: url(data:image/png;base64,...);
JSON Data
{"image": "iVBORw0KGgoAAAANSUhEUgAA..."}