MIMEタイプ検索
拡張子またはMIMEタイプを入力して検索します。テーブルから項目をクリックすると詳細を表示します。
| 拡張子 | MIMEタイプ |
|---|---|
| application アプリケーション | |
.json | application/json |
.js .mjs | application/javascript |
.pdf | application/pdf |
.zip | application/zip |
.gz .gzip | application/gzip |
.tar | application/x-tar |
.rar | application/x-rar-compressed |
.7z | application/x-7z-compressed |
.xml | application/xml |
.xhtml | application/xhtml+xml |
- | application/x-www-form-urlencoded |
.bin .exe .dll | application/octet-stream |
.xls | application/vnd.ms-excel |
.xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
.doc | application/msword |
.docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document |
.ppt | application/vnd.ms-powerpoint |
.pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation |
.rtf | application/rtf |
.jar | application/java-archive |
.swf | application/x-shockwave-flash |
.wasm | application/wasm |
.sql | application/sql |
.jsonld | application/ld+json |
.graphql | application/graphql |
.php | application/x-httpd-php |
.rb | application/x-ruby |
.pyc | application/x-python-code |
.sh | application/x-sh |
.csh | application/x-csh |
.bz | application/x-bzip |
.bz2 | application/x-bzip2 |
.mpkg | application/vnd.apple.installer+xml |
.epub | application/epub+zip |
.azw | application/vnd.amazon.ebook |
.abw | application/x-abiword |
.arc | application/x-freearc |
.odt | application/vnd.oasis.opendocument.text |
.ods | application/vnd.oasis.opendocument.spreadsheet |
.odp | application/vnd.oasis.opendocument.presentation |
.vsd | application/vnd.visio |
.dmg | application/x-apple-diskimage |
.iso | application/x-iso9660-image |
.apk | application/vnd.android.package-archive |
.deb | application/x-debian-package |
.rpm | application/x-redhat-package-manager |
.exe .msi | application/x-msdownload |
.sqlite .db | application/vnd.sqlite3 |
.yaml .yml | application/x-yaml |
.toml | application/toml |
| audio 音声 | |
.mp3 | audio/mpeg |
.wav | audio/wav |
.ogg .oga | audio/ogg |
.aac | audio/aac |
.flac | audio/flac |
.mid .midi | audio/midi |
.weba | audio/webm |
.m4a | audio/mp4 |
.aif .aiff | audio/x-aiff |
.m4a | audio/x-m4a |
.wav | audio/x-wav |
.opus | audio/opus |
| font フォント | |
.woff | font/woff |
.woff2 | font/woff2 |
.ttf | font/ttf |
.otf | font/otf |
.ttc | font/collection |
.ttf .otf | application/font-sfnt |
.eot | application/vnd.ms-fontobject |
| image 画像 | |
.jpg .jpeg | image/jpeg |
.png | image/png |
.gif | image/gif |
.webp | image/webp |
.svg | image/svg+xml |
.bmp | image/bmp |
.tiff .tif | image/tiff |
.ico | image/x-icon |
.ico | image/vnd.microsoft.icon |
.avif | image/avif |
.heic | image/heic |
.heif | image/heif |
.apng | image/apng |
.raw .cr2 .nef .arw | image/x-raw |
.psd | image/vnd.adobe.photoshop |
.xcf | image/x-xcf |
| model 3Dモデル | |
.gltf | model/gltf+json |
.glb | model/gltf-binary |
.obj | model/obj |
.stl | model/stl |
.wrl .vrml | model/vrml |
.x3d | model/x3d+xml |
| text テキスト | |
.txt | text/plain |
.html .htm | text/html |
.css | text/css |
.js .mjs | text/javascript |
.xml | text/xml |
.csv | text/csv |
.md .markdown | text/markdown |
.ics .ical | text/calendar |
.py | text/x-python |
.java | text/x-java-source |
.c .h | text/x-c |
.cpp .cc .cxx | text/x-c++src |
.cs | text/x-csharp |
.go | text/x-go |
.rs | text/x-rust |
.swift | text/x-swift |
.kt .kts | text/x-kotlin |
.scala | text/x-scala |
.ts .tsx | text/x-typescript |
.jsx | text/jsx |
.vue | text/x-vue |
.sass | text/x-sass |
.scss | text/x-scss |
.less | text/x-less |
.yaml .yml | text/x-yaml |
.toml | text/x-toml |
.ini .cfg | text/x-ini |
.dockerfile | text/x-dockerfile |
.makefile .mk | text/x-makefile |
.sh .bash .zsh | text/x-shellscript |
.pl .pm | text/x-perl |
.lua | text/x-lua |
.r | text/x-r |
.m | text/x-matlab |
.vcf .vcard | text/vcard |
| video 動画 | |
.mp4 .m4v | video/mp4 |
.webm | video/webm |
.ogv | video/ogg |
.mov .qt | video/quicktime |
.avi | video/x-msvideo |
.wmv | video/x-ms-wmv |
.flv | video/x-flv |
.mpeg .mpg | video/mpeg |
.3gp | video/3gpp |
.3g2 | video/3gpp2 |
.mkv | video/x-matroska |
.m4v | video/x-m4v |
.av1 | video/av1 |
| multipart マルチパート | |
- | multipart/form-data |
- | multipart/byteranges |
- | multipart/mixed |
- | multipart/alternative |
| message メッセージ | |
.eml | message/rfc822 |
使い方
このツールについて
拡張子と MIME タイプを相互に検索します。
使い方
拡張子(例: .json)または MIME(例: application/json)を入力。対応する一覧が表示。
ユースケース
• Content-Type の設定 • アップロードの検証 • ファイル種別の判定
よくある質問
- Q: 拡張子→MIMEタイプとMIMEタイプ→拡張子の両方向で検索できますか?
- A: はい。ファイル拡張子(例:.json・.mp4)を入力するとMIMEタイプが、MIMEタイプ(例:application/json・video/mp4)を入力すると関連する拡張子が見つかります。
- Q: 一部の拡張子が複数のMIMEタイプにマッピングされるのはなぜですか?
- A: 異なるアプリケーションや標準が同じ拡張子を異なるMIMEタイプで登録することがあります。例えば.xmlはtext/xmlまたはapplication/xmlになり得ます。不明な場合はサーバーまたはAPIドキュメントで指定されたタイプを使ってください。
- Q: JSONのAPIレスポンスにはどのMIMEタイプを使うべきですか?
- A: application/jsonを使ってください。これはJSONの標準的なContent-Typeで、ほとんどのHTTPクライアントとフレームワークで期待されています。
- Q: text/plainとapplication/octet-streamの違いは何ですか?
- A: text/plainは人間が読めるテキストファイル用です。application/octet-streamは汎用バイナリのフォールバックで、ブラウザは通常レンダリングせずにダウンロードを開始します。可能な限り具体的なMIMEタイプを使ってください。
- Q: このツールはネット接続が必要ですか?
- A: いいえ。MIMEタイプデータベースはツールにバンドルされており、ブラウザ内で完全にオフラインで動作します。
