A searchable reference of MIME types (media types) mapping file extensions to their correct Content-Type values. Covers text, image, audio, video, application, font, and multipart types. Search by file extension (.pdf, .json) or by type name (application/pdf). Includes notes on browser support and common usage.
Search by file extension or MIME type to find the correct Content-Type header value for your API or web server. For a full HTTP status code reference, see the HTTP Status Code Reference.
File extension lookup
Input
Output
application/pdf
Look up every HTTP status code with description and usage notes.
Percent-encode URLs and query strings, or decode them.
Convert image files to Base64-encoded data URLs.
Convert between bytes, KB, MB, GB, TB and calculate string byte sizes.
Compare two blocks of text and highlight the differences.
Test regular expressions against sample text with live match highlighting.
| Extension | MIME Type | Category |
|---|---|---|
| .html | text/html | Text |
| .css | text/css | Text |
| .csv | text/csv | Text |
| .txt | text/plain | Text |
| .xml | text/xml | Text |
| .ics | text/calendar | Text |
| .js | text/javascript | Text |
| .ts | text/typescript | Text |
| .json | application/json | Application |
| .jsonld | application/ld+json | Application |
| application/pdf | Application | |
| .zip | application/zip | Application |
| .gz | application/gzip | Application |
| .tar | application/x-tar | Application |
| .7z | application/x-7z-compressed | Application |
| .rar | application/vnd.rar | Application |
| .doc | application/msword | Application |
| .docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document | Application |
| .xls | application/vnd.ms-excel | Application |
| .xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | Application |
| .ppt | application/vnd.ms-powerpoint | Application |
| .pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation | Application |
| .wasm | application/wasm | Application |
| .bin | application/octet-stream | Application |
| .jpg | image/jpeg | Image |
| .png | image/png | Image |
| .gif | image/gif | Image |
| .webp | image/webp | Image |
| .svg | image/svg+xml | Image |
| .ico | image/x-icon | Image |
| .bmp | image/bmp | Image |
| .tiff | image/tiff | Image |
| .avif | image/avif | Image |
| .mp3 | audio/mpeg | Audio |
| .wav | audio/wav | Audio |
| .ogg | audio/ogg | Audio |
| .flac | audio/flac | Audio |
| .aac | audio/aac | Audio |
| .webm (audio) | audio/webm | Audio |
| .mp4 | video/mp4 | Video |
| .webm (video) | video/webm | Video |
| .avi | video/x-msvideo | Video |
| .mov | video/quicktime | Video |
| .mkv | video/x-matroska | Video |
| .woff | font/woff | Font |
| .woff2 | font/woff2 | Font |
| .ttf | font/ttf | Font |
| .otf | font/otf | Font |