🖼️
Drop image here or click to select
JPEG, PNG, GIF, WebP, SVG — up to 5MB
What is Base64 Encoding?
Base64 is a binary-to-text encoding scheme that represents binary data (like images) as a string of ASCII characters. This allows you to embed images directly into HTML, CSS, or JavaScript without needing a separate image file or hosting.
Common Uses
- Embed small icons and logos directly in HTML to avoid extra HTTP requests
- Store images in JSON APIs or databases as strings
- Send images in emails or over APIs that only support text
- CSS background images embedded directly in stylesheets