Data URI to file converter

Decode Data URI strings into files, inspect MIME type and encoding, and download the result offline.

Data URI input

Paste a data URI here...

Decoded file

Review the MIME type, encoding, size, preview, file name, and download options for the decoded file.

Decoded file details, preview, and download will appear here.

Where data URIs are used

Data URIs package a file and its metadata into one string, so they often appear in HTML, CSS, SVG, email templates, API payloads, and browser exports. They are convenient for small assets, but awkward to inspect once all you have is the encoded value.

What this converter does

Paste a full data: URI to decode it locally in your browser. The tool shows the MIME type, tells you whether the payload is Base64 or URL encoded, previews text, images, audio, or video when the browser can render them, and suggests a download filename based on the media type.

What to check before saving

A valid Data URI can still carry the wrong MIME type or a misleading extension. Compare the details panel with what you expected, review the preview when one is available, and rename the output file before downloading if you need a different filename.

How to use

Choose a file or enter a Data URI, inspect the preview and download complete results