Data URI Generator

Convert text/code to Data URI format

Press Enter to decode

What is a Data URI?

• Data URIs allow you to embed small files directly in HTML/CSS

• Format: data:[MIME-type][;base64],data

• Perfect for small images, SVGs, or inline CSS/JS

• Reduces HTTP requests but increases file size

• Not recommended for large files