MIMEタイプ主要一覧(50種)
IANA登録のテキスト・アプリケーション・画像・音声・動画・フォントなど主要MIMEタイプ50種を収録
更新履歴(1回)
- 2026-06-16T00:00:00+09:00 / 50行 / 自動生成(Codex/Claude Code)
列表示ON/OFF
読み込み中...
| id | mime_type | category | file_extension | description_ja | reference |
|---|---|---|---|---|---|
| 1 | text/plain | text | .txt | プレーンテキスト | RFC2046 |
| 2 | text/html | text | .html .htm | HTMLドキュメント | RFC2854 |
| 3 | text/css | text | .css | CSSスタイルシート | RFC2318 |
| 4 | text/javascript | text | .js | JavaScriptソース(推奨型) | RFC9239 |
| 5 | text/xml | text | .xml | XMLドキュメント(テキスト) | RFC3023 |
| 6 | text/csv | text | .csv | コンマ区切り値 | RFC4180 |
| 7 | text/markdown | text | .md .markdown | Markdownドキュメント | RFC7763 |
| 8 | text/calendar | text | .ics | iCalendarデータ | RFC5545 |
| 9 | application/json | application | .json | JSON形式データ | RFC8259 |
| 10 | application/ld+json | application | .jsonld | JSON-LD(Linked Data) | W3C |
| 11 | application/xml | application | .xml | XMLドキュメント(バイナリ扱い推奨) | RFC7303 |
| 12 | application/pdf | application | Portable Document Format | RFC3778 | |
| 13 | application/zip | application | .zip | ZIPアーカイブ | IANA |
| 14 | application/gzip | application | .gz | gzip圧縮ファイル | RFC6713 |
| 15 | application/x-tar | application | .tar | tarアーカイブ | IANA |
| 16 | application/octet-stream | application | (汎用バイナリ) | 任意のバイナリデータ(デフォルト) | RFC2046 |
| 17 | application/x-www-form-urlencoded | application | (フォーム送信) | HTMLフォームのURLエンコード | HTML仕様 |
| 18 | multipart/form-data | multipart | (フォーム送信) | マルチパートフォームデータ(ファイルアップロード) | RFC7578 |
| 19 | multipart/mixed | multipart | マルチパート複合メッセージ | RFC2046 | |
| 20 | application/x-ndjson | application | .ndjson | 改行区切りJSON | 非標準・慣習 |