File desk / registry 01
Know what a file is before you open it.
A working reference for 500 extensions: their MIME types, aliases, character sets, likely browser behavior, compression value, and handling risks. Every profile includes copy-ready response headers and an HTML file-input accept value.
Start with the clue you have
Paste a filename, download URL, or Content-Type into the inspector. It strips URL parameters, recognizes aliases, and narrows the registry to the matching records.
report.final.pdf
image/svg+xml
/assets/archive.tar?raw=1
The registry by family
coverageapplication
420audio
13font
4image
20model
1text
26video
16What the registry can tell you
derived + declaredText-like
Readable source, markup, or structured text rather than opaque bytes.
Browser-previewable
Formats browsers can normally render or play without a specialist app.
Compressible
Records explicitly marked as worth compressing during transport.
Registered source
Entries carrying an IANA, Apache, or other registry provenance.
Every file extension
extension · MIME typeApplication and archive formats
Documents, archives, executables, packages, structured data, and app-specific payloads.
420Audio formats
Recorded sound, music, speech, and streaming audio containers.
13Font formats
Desktop and web font resources used to carry typefaces between systems.
4Image formats
Raster and vector graphics for browsers, design tools, cameras, and print workflows.
203D model formats
Three-dimensional scene or object data for specialist tools.
1Text formats
Human-readable source, markup, configuration, tabular data, and documentation.
26Video formats
Moving-image formats and containers, often paired with separate audio codecs.
16Extension and MIME type are different clues
An extension is the suffix on a filename; a MIME type is metadata sent beside the bytes. They often agree, but neither proves what a file contains. A renamed executable can wear an innocent suffix, and a misconfigured server can send the right file under the wrong Content-Type. Verify untrusted downloads by inspecting their source and file signature, not only their name.
The profile headers include nosniff so browsers respect the declared type instead of guessing. Compressibility is registry guidance rather than a promise: test representative files, because small inputs or formats with internal compression can grow after another encoding pass.