Image to Base64 Converter

Convert images to Base64 for embedding in HTML/CSS.

Output Options

Image Preview

Preview
File Name
File Size
Dimensions
File Type

Usage Examples

HTML Image:

<img src="[Base64 Data]" alt="Image" />

CSS Background:

background-image: url("[Base64 Data]");

Canvas Image:

ctx.drawImage(image, 0, 0);

Base64 Length: