MIME Types Reference
Search by file extension or type and get the correct MIME string
mimetypesreferencefileextension
Showing 44 of 44 MIME types
| MIME Type | Extensions | Description | |
|---|---|---|---|
text/html | .html, .htm | HTML document | |
text/css | .css | Cascading Style Sheets | |
text/javascript | .js | JavaScript | |
text/plain | .txt | Plain text | |
text/csv | .csv | Comma-separated values | |
text/xml | .xml | XML document | |
text/markdown | .md | Markdown | |
image/jpeg | .jpg, .jpeg | JPEG image | |
image/png | .png | PNG image | |
image/gif | .gif | GIF image | |
image/webp | .webp | WebP image | |
image/svg+xml | .svg | SVG image | |
image/bmp | .bmp | Bitmap image | |
image/tiff | .tif, .tiff | TIFF image | |
image/x-icon | .ico | Icon format | |
image/avif | .avif | AVIF image | |
audio/mpeg | .mp3 | MP3 audio | |
audio/wav | .wav | WAV audio | |
audio/ogg | .ogg | OGG audio | |
audio/aac | .aac | AAC audio | |
audio/flac | .flac | FLAC audio | |
video/mp4 | .mp4 | MP4 video | |
video/webm | .webm | WebM video | |
video/ogg | .ogv | OGG video | |
video/quicktime | .mov | QuickTime video | |
video/x-msvideo | .avi | AVI video | |
application/json | .json | JSON data | |
application/xml | .xml | XML data | |
application/pdf | PDF document | ||
application/zip | .zip | ZIP archive | |
application/gzip | .gz | Gzip archive | |
application/x-tar | .tar | TAR archive | |
application/octet-stream | .bin | Binary data | |
application/x-www-form-urlencoded | - | URL-encoded form data | |
multipart/form-data | - | Multipart form data | |
application/javascript | .js | JavaScript (legacy) | |
application/typescript | .ts | TypeScript | |
application/wasm | .wasm | WebAssembly | |
application/msword | .doc | Microsoft Word (legacy) | |
application/vnd.openxmlformats-officedocument.wordprocessingml.document | .docx | Microsoft Word | |
application/vnd.ms-excel | .xls | Microsoft Excel (legacy) | |
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | .xlsx | Microsoft Excel | |
application/vnd.ms-powerpoint | .ppt | Microsoft PowerPoint (legacy) | |
application/vnd.openxmlformats-officedocument.presentationml.presentation | .pptx | Microsoft PowerPoint |
Learn more
Step-by-step guide
How to Find the Right MIME Type
Step-by-step guide to looking up the correct MIME type for any file extension using the DevHexLab MIME Types Reference.
In-depth article
MIME Types Reference: File Types and Internet Media Types Explained
MIME types identify the format of files and data across HTTP, email, and APIs. Learn how MIME types work, the most important types, and how to set them correctly.