Convert any image to a Base64 encoded string for embedding in HTML or CSS.
Drop an image here or click to upload
Base64 lets you embed image bytes directly inside text formats like HTML, CSS, or JSON using a data URL. This can be convenient for small icons or single-file demos, but it increases file size and reduces cacheability.