MIME Type Lookup
Look up MIME types by file extension or search by type. Full reference for web content types, media formats, and more.
| Extension | MIME Type | |
|---|---|---|
| .jpg | image/jpeg | |
| .jpeg | image/jpeg | |
| .png | image/png | |
| .gif | image/gif | |
| .webp | image/webp | |
| .svg | image/svg+xml | |
| .ico | image/x-icon | |
| .bmp | image/bmp | |
| .tiff | image/tiff | |
| .tif | image/tiff | |
| .avif | image/avif | |
| .mp4 | video/mp4 | |
| .webm | video/webm | |
| .ogg | video/ogg | |
| .mov | video/quicktime | |
| .avi | video/x-msvideo | |
| .mkv | video/x-matroska | |
| .flv | video/x-flv | |
| .wmv | video/x-ms-wmv | |
| .mp3 | audio/mpeg | |
| .wav | audio/wav | |
| .ogg | audio/ogg | |
| .flac | audio/flac | |
| .aac | audio/aac | |
| .m4a | audio/mp4 | |
| .opus | audio/opus | |
| .html | text/html | |
| .htm | text/html | |
| .css | text/css | |
| .js | text/javascript | |
| .mjs | text/javascript | |
| .ts | text/typescript | |
| .jsx | text/jsx | |
| .tsx | text/tsx | |
| .txt | text/plain | |
| .csv | text/csv | |
| .tsv | text/tab-separated-values | |
| .md | text/markdown | |
| .xml | application/xml | |
| .json | application/json | |
| .jsonl | application/jsonlines | |
| .yaml | application/yaml | |
| .yml | application/yaml | |
| .toml | application/toml | |
| 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 | |
| .odt | application/vnd.oasis.opendocument.text | |
| .ods | application/vnd.oasis.opendocument.spreadsheet | |
| .odp | application/vnd.oasis.opendocument.presentation | |
| .zip | application/zip | |
| .tar | application/x-tar | |
| .gz | application/gzip | |
| .bz2 | application/x-bzip2 | |
| .7z | application/x-7z-compressed | |
| .rar | application/vnd.rar | |
| .xz | application/x-xz | |
| .ttf | font/ttf | |
| .otf | font/otf | |
| .woff | font/woff | |
| .woff2 | font/woff2 | |
| .eot | application/vnd.ms-fontobject | |
| .wasm | application/wasm | |
| .exe | application/octet-stream | |
| .bin | application/octet-stream | |
| .dmg | application/x-apple-diskimage | |
| .deb | application/vnd.debian.binary-package | |
| .apk | application/vnd.android.package-archive | |
| .webmanifest | application/manifest+json | |
| .rss | application/rss+xml | |
| .atom | application/atom+xml | |
| .ics | text/calendar | |
| .vcf | text/vcard | |
| .geojson | application/geo+json |
Related Tools
JWT Decoder
Decode JWT tokens instantly. Inspect header and payload client-side — your token never leaves the browser.
Unix Timestamp
Convert Unix timestamps to UTC, local time, and ISO 8601 instantly. Auto-detects seconds vs milliseconds.
Base Converter
Convert numbers between decimal, hex, binary, and octal instantly. Free and runs in your browser.
How to Use
- Type a file extension (e.g.
mp4,pdf) to find its MIME type. - Or type a partial MIME type (e.g.
image,video) to browse all matching types. - Results update instantly as you type.
- Click any row to copy the MIME type string to your clipboard.
- Use it in HTTP headers,
Content-Typefields, or file upload validation.
Common MIME Types
text/html— HTML documentsapplication/json— JSON dataimage/png/image/jpeg/image/webp— Imagesvideo/mp4— MP4 videoaudio/mpeg— MP3 audioapplication/pdf— PDF documentsapplication/octet-stream— Generic binary data
What is a MIME Type?
MIME (Multipurpose Internet Mail Extensions) types tell browsers and servers how to handle file content. Format: type/subtype (e.g. image/png). They appear in HTTP Content-Type headers, HTML accept attributes, and file input validation.