Data URI Generator
Overview
Data URIs allow images to be included directly inside the source of a web page:
<img src="data:image/jpeg;base64,image-data-goes-here" />
This is supported by most browsers. The only version of Internet Explorer that supports it is version 8 and its support is limited. For example, it limits the data URI to 32,768 characters.
Generate a Data URI
Upload an image in the form below to generate its data URI.
Copyright (c) 2010-2024 Michael Angstadt