Convert an image to a data:image string for inline HTML, CSS, JSON, and email.
Image to Data URI encodes an image into a data:image/...;base64,... string directly in your browser. Data URI is convenient for small icons, prototypes, email templates, test JSON payloads, inline CSS/HTML, and documentation. The file is read locally and not sent to the UtiLab server.
Choose a related tool for the next step.
Data passed between tools is kept only in the current browser session.
Image to Data URI encodes an image into a data:image/...;base64,... string directly in your browser. Data URI is convenient for small icons, prototypes, email templates, test JSON payloads, inline CSS/HTML, and documentation. You can get full Data URI, Base64 only, HTML img, CSS background-image, JSON field, or Markdown image. The file is read locally in your browser and not sent to the UtiLab server.