Turn any image into a Base64 data URI — with ready-to-paste HTML, CSS and Markdown snippets — or decode a data URI back to an image. Everything happens right here in your browser; nothing is ever uploaded.
Tip: data URIs are larger than the original file (~33% overhead) and are best for small assets like icons.
Paste a full data:image/…;base64,… URI, or raw Base64 (we'll assume PNG if no type is given).