MIME Type 検索
ファイル拡張子またはMIMEタイプを入力して検索。クリックでコピー。104種類収録。
104 件表示
| 拡張子 | MIME タイプ |
|---|---|
| .html | text/html |
| .htm | text/html |
| .css | text/css |
| .js | text/javascript |
| .mjs | text/javascript |
| .ts | text/typescript |
| .tsx | text/typescript |
| .jsx | text/javascript |
| .json | application/json |
| .xml | application/xml |
| .csv | text/csv |
| .tsv | text/tab-separated-values |
| .txt | text/plain |
| .md | text/markdown |
| .yaml | text/yaml |
| .yml | text/yaml |
| .toml | application/toml |
| .ini | text/plain |
| .log | text/plain |
| .svg | image/svg+xml |
| .png | image/png |
| .jpg | image/jpeg |
| .jpeg | image/jpeg |
| .gif | image/gif |
| .webp | image/webp |
| .avif | image/avif |
| .ico | image/x-icon |
| .bmp | image/bmp |
| .tiff | image/tiff |
| .tif | image/tiff |
| .heic | image/heic |
| .heif | image/heif |
| .mp3 | audio/mpeg |
| .wav | audio/wav |
| .ogg | audio/ogg |
| .m4a | audio/mp4 |
| .aac | audio/aac |
| .flac | audio/flac |
| .opus | audio/opus |
| .weba | audio/webm |
| .mid | audio/midi |
| .midi | audio/midi |
| .mp4 | video/mp4 |
| .webm | video/webm |
| .ogv | video/ogg |
| .avi | video/x-msvideo |
| .mov | video/quicktime |
| .mkv | video/x-matroska |
| .wmv | video/x-ms-wmv |
| .flv | video/x-flv |
| .m3u8 | application/vnd.apple.mpegurl |
| .ts | video/mp2t |
| application/pdf | |
| .zip | application/zip |
| .gz | application/gzip |
| .tar | application/x-tar |
| .7z | application/x-7z-compressed |
| .rar | application/vnd.rar |
| .bz2 | application/x-bzip2 |
| .xz | application/x-xz |
| .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 |
| .exe | application/x-msdownload |
| .dmg | application/x-apple-diskimage |
| .deb | application/x-debian-package |
| .rpm | application/x-rpm |
| .apk | application/vnd.android.package-archive |
| .ipa | application/x-itunes-ipa |
| .wasm | application/wasm |
| .sql | application/sql |
| .graphql | application/graphql |
| .woff | font/woff |
| .woff2 | font/woff2 |
| .ttf | font/ttf |
| .otf | font/otf |
| .eot | application/vnd.ms-fontobject |
| .ics | text/calendar |
| .vcf | text/vcard |
| .jsonld | application/ld+json |
| .rss | application/rss+xml |
| .atom | application/atom+xml |
| .map | application/json |
| .webmanifest | application/manifest+json |
| .pem | application/x-pem-file |
| .crt | application/x-x509-ca-cert |
| .p12 | application/x-pkcs12 |
| .proto | text/plain |
| .sh | application/x-sh |
| .py | text/x-python |
| .rb | text/x-ruby |
| .java | text/x-java |
| .go | text/x-go |
| .rs | text/x-rust |
| .swift | text/x-swift |
| .kt | text/x-kotlin |
| .c | text/x-c |
| .cpp | text/x-c++ |
| .h | text/x-c |
| .php | application/x-httpd-php |
| .dockerfile | text/x-dockerfile |
MIME タイプの使いどころ
Content-Type ヘッダー
Content-Type: application/json; charset=utf-8Accept ヘッダー
Accept: text/html, application/jsonHTML <link> タグ
<link rel="stylesheet" type="text/css" href="style.css">HTML <script> タグ
<script type="module" src="app.mjs"></script>