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.
| 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 |
Search by file extension or MIME type to find the correct Content-Type header value for your API or web server.
Compare two blocks of text and highlight the differences.
Test regular expressions against sample text with live match highlighting.
Generate one or many UUIDs (v4) instantly.
Count characters against Twitter, LinkedIn, and SMS limits.
Generate MD5, SHA-1, SHA-256, SHA-512 hashes from text.
Escape special characters for JSON strings, or unescape JSON string values.