| Extension | MIME Type | Group |
|---|---|---|
| .txt | text/plain | Text |
| .html | text/html | Text |
| .css | text/css | Text |
| .csv | text/csv | Text |
| .md | text/markdown | Text |
| .js | text/javascript | Text |
| .mjs | text/javascript | Text |
| .jpg | image/jpeg | Image |
| .jpeg | image/jpeg | Image |
| .png | image/png | Image |
| .gif | image/gif | Image |
| .webp | image/webp | Image |
| .avif | image/avif | Image |
| .svg | image/svg+xml | Image |
| .ico | image/vnd.microsoft.icon | Image |
| .heic | image/heic | Image |
| .bmp | image/bmp | Image |
| .tiff | image/tiff | Image |
| .mp3 | audio/mpeg | Audio |
| .wav | audio/wav | Audio |
| .ogg | audio/ogg | Audio |
| .aac | audio/aac | Audio |
| .flac | audio/flac | Audio |
| .m4a | audio/mp4 | Audio |
| .mp4 | video/mp4 | Video |
| .webm | video/webm | Video |
| .mov | video/quicktime | Video |
| .mkv | video/x-matroska | Video |
| .avi | video/x-msvideo | Video |
| application/pdf | Document | |
| .doc | application/msword | Document |
| .docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document | Document |
| .xls | application/vnd.ms-excel | Document |
| .xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | Document |
| .ppt | application/vnd.ms-powerpoint | Document |
| .pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation | Document |
| .rtf | application/rtf | Document |
| .json | application/json | Data |
| .xml | application/xml | Data |
| .yaml | application/yaml | Data |
| .yml | application/yaml | Data |
| .sql | application/sql | Data |
| .zip | application/zip | Archive |
| .tar | application/x-tar | Archive |
| .gz | application/gzip | Archive |
| .7z | application/x-7z-compressed | Archive |
| .rar | application/vnd.rar | Archive |
| .woff | font/woff | Font |
| .woff2 | font/woff2 | Font |
| .ttf | font/ttf | Font |
| .otf | font/otf | Font |
| .bin | application/octet-stream | Binary |
| .wasm | application/wasm | Binary |
How to use
Type the extension you have
Enter an extension such as .webp or docx into the search field. Searching works in reverse too: paste a string like application/pdf to confirm which extensions belong to it.
Scan the group column
Results show the extension, the full MIME type, and a group label like Image, Document, or Font. Groups make it easier to define validation rules for an upload form.
Copy the MIME string
Click to copy either the extension or the MIME type, then paste the exact Content-Type value into your server config, upload validator, or HTTP client without transcribing it.
Why MIME Type Lookup
- 50+ common MIME types covering text, image, audio, video, docs, archives, fonts.
- Search by extension or MIME type.
- One-click copy for the right Content-Type header.