Good candidates
- Tiny icons and placeholders
- Single-file HTML demos
- Email experiments with tested clients
- Small generated assets
Preserve original image bytes or resize and re-encode, then copy production-ready Data URI, CSS, HTML and Markdown snippets.
or click to choose PNG, JPEG, WebP, GIF or SVG
Choose imageProcessed locally · maximum 25 MBInlining removes a separate request, but it increases text size and prevents the image from being cached independently.
Complete data:image/...;base64,... value for direct use in compatible attributes and CSS.
Only the encoded payload, without MIME type or Data URI prefix.
Ready-to-paste declarations with escaped class and alternative-text values.
Open an image locally in the browser.
Preserve bytes or resize and change format.
Generate the Base64 payload and snippets.
Copy the required form and monitor page size.
No. File reading, optional resizing and Base64 encoding happen locally. Only the usage request is sent when Convert is pressed.
Every three bytes are represented by four text characters, with small additional cost for padding and the Data URI prefix.
No. Canvas transformation creates a new static raster image and removes metadata. Original bytes mode preserves the exact source file, including GIF animation and metadata.
Yes in Original bytes mode, but do not embed untrusted SVG because SVG can contain active or external content in some usage contexts.
Content Security Policy, email-client rules, browser limits or the target application may disallow data URLs.