🧬 Image to Base64

Convert an image into a Base64 data URL you can embed directly in HTML or CSS.

Result will appear here.

Good to know

Base64-encoded images are roughly 33% larger than the original file. This is handy for small icons or inline emails, but for larger images, linking to a regular file usually performs better.