MIME Type Finder
Look up MIME types by file extension.
| Extension | MIME type | Description |
|---|---|---|
| .txt | text/plain | Plain text |
| .html | text/html | HTML document |
| .htm | text/html | HTML document |
| .css | text/css | Cascading style sheet |
| .csv | text/csv | Comma-separated values |
| .js | text/javascript | JavaScript |
| .mjs | text/javascript | JavaScript module |
| .json | application/json | JSON data |
| .xml | application/xml | XML document |
| .yaml | application/yaml | YAML document |
| .yml | application/yaml | YAML document |
| .md | text/markdown | Markdown |
| application/pdf | PDF document | |
| .doc | application/msword | Microsoft Word |
| .docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document | Word (OOXML) |
| .xls | application/vnd.ms-excel | Microsoft Excel |
| .xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | Excel (OOXML) |
| .ppt | application/vnd.ms-powerpoint | Microsoft PowerPoint |
| .pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation | PowerPoint (OOXML) |
| .zip | application/zip | ZIP archive |
| .gz | application/gzip | Gzip archive |
| .tar | application/x-tar | Tar archive |
| .rar | application/vnd.rar | RAR archive |
| .7z | application/x-7z-compressed | 7-Zip archive |
| .png | image/png | PNG image |
| .jpg | image/jpeg | JPEG image |
| .jpeg | image/jpeg | JPEG image |
| .gif | image/gif | GIF image |
| .webp | image/webp | WebP image |
| .svg | image/svg+xml | SVG vector image |
| .ico | image/vnd.microsoft.icon | Icon |
| .bmp | image/bmp | Bitmap image |
| .tiff | image/tiff | TIFF image |
| .avif | image/avif | AVIF image |
| .heic | image/heic | HEIC image |
| .mp3 | audio/mpeg | MP3 audio |
| .wav | audio/wav | WAV audio |
| .ogg | audio/ogg | Ogg audio |
| .flac | audio/flac | FLAC audio |
| .aac | audio/aac | AAC audio |
| .mp4 | video/mp4 | MP4 video |
| .webm | video/webm | WebM video |
| .mov | video/quicktime | QuickTime video |
| .avi | video/x-msvideo | AVI video |
| .mkv | video/x-matroska | Matroska video |
| .woff | font/woff | Web font (WOFF) |
| .woff2 | font/woff2 | Web font (WOFF2) |
| .ttf | font/ttf | TrueType font |
| .otf | font/otf | OpenType font |
| .wasm | application/wasm | WebAssembly module |
| .bin | application/octet-stream | Binary data |
Free MIME type lookup tool. Find the correct MIME (content) type for any file extension, or search backwards from a MIME type to its extensions. Covers 50+ common web, image, audio, video and document formats.
How to use the MIME Type Finder
- 01Type a file extension such as png, or part of a MIME type such as image/.
- 02The table filters live in both directions.
- 03Copy the MIME type you need for your HTTP headers.
Frequently asked questions
What is a MIME type used for?
A MIME type (also called a media or content type) tells browsers and servers what kind of data a file contains, via the Content-Type header — for example text/html or image/png.