Convert any image to a Base64 encoded data URI — ready to paste directly into HTML, CSS, or JSON without hosting the file separately.
Drop your image here
JPG, PNG, WebP, SVG, GIF — any image type supported
data:image/png;base64,iVBORw0KGgo.... You can use this directly as the src attribute of an <img> tag or as a CSS url() value.