Base64 encoding turns an image into a text string you can embed directly in HTML or CSS — handy for small icons, email templates, or quick prototypes where you don't want a separate image request.
Turn an image into a base64 data URI you can paste straight into CSS or HTML.