File Extension & MIME Type Cheat Sheet
Every file extension on this site, its correct MIME type, and which category it belongs to — 58 formats in one reference table. Useful for configuring upload validators, setting `Content-Type` headers, or just double-checking a MIME type you half-remember.
One ambiguity worth knowing: .ts is registered as video/mp2t (MPEG transport stream) in the official IANA MIME registry, but in web development it almost always means a TypeScript source file, served as video/mp2t by strict MIME-sniffing but treated as text/plain or application/typescript by build tooling. Worth checking which context you're in before trusting the extension alone.
| Extension | MIME Type | Category | Description | Sample |
|---|---|---|---|---|
| .7z | application/x-7z-compressed | Archive | 7-Zip | Download → |
| .aac | audio/aac | Audio | Advanced Audio Coding | Download → |
| .avif | image/avif | Image | AV1 Image File Format | Download → |
| .bmp | image/bmp | Image | Bitmap Image | Download → |
| .csv | text/csv | Document | Comma-Separated Values | Download → |
| .doc | application/msword | Document | Document | Download → |
| .docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document | Document | Microsoft Office Open XML | Download → |
| .dwg | image/vnd.dwg | Image | Drawing | Download → |
| .epub | application/epub+zip | Document | Electronic Publication | Download → |
| .flac | audio/flac | Audio | Free Lossless Audio Codec | Download → |
| .gif | image/gif | Image | Graphics Interchange Format | Download → |
| .gz | application/gzip | Archive | Gzip Compressed File | Download → |
| .heic | image/heic | Image | High Efficiency Image Container | Download → |
| .heif | image/heif | Image | High Efficiency Image Format | Download → |
| .html | text/html | Code | Hyper Text Markup Language | Download → |
| .ico | image/vnd.microsoft.icon | Image | Icon File | Download → |
| .ini | text/plain | Code | Initialization File | Download → |
| .jfif | image/jpeg | Image | JPEG File Interchange Format | Download → |
| .jpg | image/jpeg | Image | Joint Photographic Experts Group | Download → |
| .js | text/javascript | Code | JavaScript | Download → |
| .json | application/json | Code | JavaScript Object Notation | Download → |
| .jsonl | application/jsonl | Code | JSON Lines | Download → |
| .md | text/markdown | Code | Markdown | Download → |
| .mmd | text/plain | Code | Mermaid Diagram | Download → |
| .mp3 | audio/mpeg | Audio | MPEG Audio Layer 3 | Download → |
| .odp | application/vnd.oasis.opendocument.presentation | Document | OpenDocument Presentation | Download → |
| .ods | application/vnd.oasis.opendocument.spreadsheet | Document | OpenDocument Spreadsheet | Download → |
| .odt | application/vnd.oasis.opendocument.text | Document | OpenDocument Text | Download → |
| .ogg | audio/ogg | Audio | OGG | Download → |
| .orc | application/octet-stream | Code | Optimized Row Columnar | Download → |
| .otf | font/otf | Font | OpenType Font | Download → |
| .parquet | application/vnd.apache.parquet | Code | Apache Parquet | Download → |
| application/pdf | Document | Portable Document Format | Download → | |
| .png | image/png | Image | Portable Network Graphic | Download → |
| .pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation | Document | PowerPoint | Download → |
| .py | text/x-python | Code | Python | Download → |
| .rar | application/vnd.rar | Archive | Roshal Archive | Download → |
| .ras | image/x-cmu-raster | Image | Sun Raster File Format | Download → |
| .rtf | application/rtf | Document | Rich Text Format | Download → |
| .safetensors | application/octet-stream | Code | Safe Tensors ML model format | Download → |
| .svg | image/svg+xml | Image | Scalable Vector Graphics | Download → |
| .swift | text/x-swift | Code | Swift | Download → |
| .tar | application/x-tar | Archive | Tape Archive | Download → |
| .tiff | image/tiff | Image | Tagged Image File Format | Download → |
| .toml | application/toml | Code | Tom's Obvious Minimal Language | Download → |
| .ts | video/mp2t | Code | TypeScript | Download → |
| .tsv | text/tab-separated-values | Document | Tab-Separated Values | Download → |
| .ttf | font/ttf | Font | TrueType Font | Download → |
| .txt | text/plain | Document | Text Document File | Download → |
| .wav | audio/wav | Audio | Waveform Audio File Format | Download → |
| .webp | image/webp | Image | Web Picture format | Download → |
| .woff | font/woff | Font | Web Open Font Format | Download → |
| .woff2 | font/woff2 | Font | Web Open Font Format 2 | Download → |
| .xls | application/vnd.ms-excel | Document | Microsoft Excel spreadsheet | Download → |
| .xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | Document | Microsoft Excel Open XML spreadsheet | Download → |
| .xml | application/xml | Code | Extensible Markup Language | Download → |
| .yaml | application/yaml | Code | YAML Ain't Markup Language | Download → |
| .zip | application/zip | Archive | ZIP Archive | Download → |