developers.do

Data URI Converter

Convert text to a data: URI with UTF-8 Base64 encoding, or decode a data: URI back to text or bytes — handles any MIME type

(encoded URI will appear here)
(decoded content will appear here)

A data: URI embeds arbitrary resource bytes inline. Text is encoded as UTF-8 then Base64, producing self-contained values safe for HTML src= attributes, CSS url() references, and JSON.