Find the right MIME (content) type for a file extension, or search the other way from a type, across common web, image, document, audio, video, font and archive formats. It's a quick offline reference that runs in your browser.
MIME Type Lookup is a quick, no-nonsense developer utility that runs entirely client-side, so your code and data never leave your machine.
A curated list of common, widely-used MIME types for everyday development.
No — it covers the most common types; obscure ones may not appear.
No — it is an offline lookup in your browser.
| Extension | MIME type | |
|---|---|---|
| .html | text/html | |
| .htm | text/html | |
| .css | text/css | |
| .js | text/javascript | |
| .mjs | text/javascript | |
| .json | application/json | |
| .xml | application/xml | |
| .csv | text/csv | |
| .txt | text/plain | |
| .md | text/markdown | |
| .yaml | application/yaml | |
| .yml | application/yaml | |
| .png | image/png | |
| .jpg | image/jpeg | |
| .jpeg | image/jpeg | |
| .gif | image/gif | |
| .webp | image/webp | |
| .svg | image/svg+xml | |
| .bmp | image/bmp | |
| .ico | image/x-icon | |
| .tif | image/tiff | |
| .tiff | image/tiff | |
| .avif | image/avif | |
| .heic | image/heic | |
| application/pdf | ||
| .doc | application/msword | |
| .docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document | |
| .xls | application/vnd.ms-excel | |
| .xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | |
| .ppt | application/vnd.ms-powerpoint | |
| .pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation | |
| .zip | application/zip | |
| .gz | application/gzip | |
| .tar | application/x-tar | |
| .rar | application/vnd.rar | |
| .7z | application/x-7z-compressed | |
| .mp3 | audio/mpeg | |
| .wav | audio/wav | |
| .ogg | audio/ogg | |
| .flac | audio/flac | |
| .m4a | audio/mp4 | |
| .aac | audio/aac | |
| .mp4 | video/mp4 | |
| .webm | video/webm | |
| .mov | video/quicktime | |
| .avi | video/x-msvideo | |
| .mkv | video/x-matroska | |
| .woff | font/woff | |
| .woff2 | font/woff2 | |
| .ttf | font/ttf | |
| .otf | font/otf | |
| .eot | application/vnd.ms-fontobject | |
| .wasm | application/wasm | |
| .bin | application/octet-stream | |
| .exe | application/vnd.microsoft.portable-executable |