image
Image to Base64 Converter
Convert any image to Base64 data URL format. Copy the result for use in CSS, HTML, or data URIs.
Frequently Asked Questions
Is this done in my browser?
Yes. The conversion happens locally. No image data is sent to any server.
What can I use the Base64 for?
Data URLs can be used directly in CSS background-image or img src attributes.
Is there a size limit?
Large images produce very long Base64 strings. Consider using images under 5MB.