MIME 類型查詢
按檔案副檔名查詢 MIME 類型或按內容類型搜尋——涵蓋圖片、影片、音訊、檔案和字型。
image/pngPortable Network Graphics — lossless raster, transparent.
副檔名.pngimage/jpegJPEG — lossy raster image, no transparency.
副檔名.jpg .jpegimage/webpModern web image format with both lossy and lossless modes.
副檔名.webpimage/avifAV1 still image — small files, wide gamut.
副檔名.avifimage/gifAnimated raster image, indexed palette.
副檔名.gifimage/svg+xmlScalable Vector Graphics — XML-based vector format.
副檔名.svgimage/heicApple HEIF still image, HEVC-compressed.
副檔名.heicimage/heifHigh Efficiency Image Format container.
副檔名.heifimage/bmpWindows Bitmap — uncompressed raster.
副檔名.bmpimage/tiffTagged Image File Format, common in print.
副檔名.tif .tiffimage/x-iconWindows / favicon icon container.
副檔名.icovideo/mp4MPEG-4 Part 14 — most common video container.
副檔名.mp4 .m4vvideo/webmWebM container, typically VP8/VP9/AV1 + Vorbis/Opus.
副檔名.webmvideo/quicktimeApple QuickTime container.
副檔名.mov .qtvideo/x-matroskaMatroska multimedia container.
副檔名.mkvvideo/x-msvideoAudio Video Interleave (legacy Microsoft container).
副檔名.aviaudio/mpegMPEG-1 Audio Layer III — most common lossy audio.
副檔名.mp3audio/wavWaveform Audio File Format — uncompressed PCM.
副檔名.wavaudio/oggOgg container, typically Vorbis or Opus audio.
副檔名.ogg .ogaaudio/mp4MPEG-4 audio container, AAC by default.
副檔名.m4aaudio/flacFree Lossless Audio Codec.
副檔名.flacaudio/webmWebM audio (Opus or Vorbis).
副檔名.webatext/htmlHyperText Markup Language.
副檔名.html .htmtext/cssCascading Style Sheets.
副檔名.csstext/plainPlain text, no formatting.
副檔名.txttext/csvComma-separated values.
副檔名.csvtext/markdownMarkdown plain-text formatting.
副檔名.md .markdowntext/xmlExtensible Markup Language (text variant).
副檔名.xmlapplication/jsonJavaScript Object Notation.
副檔名.jsonapplication/pdfPortable Document Format.
副檔名.pdfapplication/zipZIP archive.
副檔名.zipapplication/gzipGzip-compressed file.
副檔名.gzapplication/x-tarTape archive (uncompressed).
副檔名.tarapplication/x-7z-compressed7-Zip compressed archive.
副檔名.7zapplication/x-rar-compressedRAR compressed archive.
副檔名.rarapplication/javascriptJavaScript source.
副檔名.js .mjsapplication/wasmWebAssembly binary module.
副檔名.wasmapplication/xmlExtensible Markup Language (application variant).
副檔名.xmlapplication/yamlYAML Ain't Markup Language.
副檔名.yaml .ymlapplication/sqlStructured Query Language script.
副檔名.sqlapplication/vnd.openxmlformats-officedocument.wordprocessingml.documentMicrosoft Word (Office Open XML).
副檔名.docxapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheetMicrosoft Excel (Office Open XML).
副檔名.xlsxapplication/vnd.openxmlformats-officedocument.presentationml.presentationMicrosoft PowerPoint (Office Open XML).
副檔名.pptxapplication/mswordLegacy Microsoft Word document.
副檔名.docapplication/epub+zipEPUB e-book.
副檔名.epubapplication/x-fictionbook+xmlFictionBook 2.x e-book.
副檔名.fb2application/octet-streamArbitrary binary data — no specific format.
副檔名.binfont/woffWeb Open Font Format 1.0.
副檔名.wofffont/woff2Web Open Font Format 2.0 (better compression).
副檔名.woff2font/ttfTrueType font.
副檔名.ttffont/otfOpenType font.
副檔名.otf
關於MIME 類型查詢
Handytool 的 MIME 類型查詢協助您為任何檔案找到正確的 Content-Type 標頭——無論您是設定 web 伺服器、建構 API 還是過濾上傳表單。按副檔名(.png、.pdf、.epub)或媒體類型(image/png、application/pdf)搜尋,並按群組過濾。每個條目包括規範的 IANA 登錄 MIME 類型、常見使用它的檔案副檔名以及單行描述。
MIME 類型查詢功能
- 01
按副檔名或 MIME 搜尋
輸入 .webp 或 webp 查詢 image/webp;輸入 pdf 或 application/pdf 查詢檔案類型;輸入 "font" 查看所有字型媒體類型。
- 02
群組過濾
當您只關心檔案特定系列時,將結果縮小到 image、video、audio、text、application 或 font。
- 03
真實世界涵蓋範圍
包括開發人員實際處理的格式——Office Open XML(docx、xlsx)、現代圖片格式(avif、heic),以及較少見的如 FB2、EPUB 和 WebAssembly。
MIME 類型查詢常見問題
- 為什麼某些副檔名對應到多個 MIME 類型?
- 單個副檔名可由多個合法類型使用——例如 .xml 是 text/xml 和 application/xml。使用與工具預期使用檔案的方式相符的任何。
- application/octet-stream 和特定類型有什麼區別?
- application/octet-stream 是未知任何特定類型的任意二進位資料的回退。瀏覽器通常會提示下載此類回應。盡可能使用特定類型——它啟用瀏覽器預覽和正確處理。
- heic 是 image/heic 還是 image/heif?
- 兩者都存在——image/heic 指使用 HEVC 編解碼器的 HEIF 檔案(iPhone 上最常見的情況),而 image/heif 是更通用的容器類型。大多數伺服器將 .heic 上傳用 image/heic。
- font/woff 和 application/font-woff 相同嗎?
- font/woff 是現代、IANA 登錄的類型。較舊的 application/font-woff 仍在遺舊設定中看到,但應遷移。