Image to Base64
Convert any image to a Base64 data URL for embedding in HTML, CSS, or JSON
Drop an image here or click to browse
PNG, JPG, WebP, GIF, SVG supported
Tips
- Use the Data URL output to embed images directly in HTML img src attributes.
- The CSS Background mode generates a ready-to-paste CSS background-image property.
- Base64 increases file size by approximately 33% — use it only for small images.
- Base64 is useful for embedding icons or small images to reduce HTTP requests.