RUNWEBTOOLS
繁體中文

MIME 類型參考

MIME 類型(也叫媒體類型或內容類型)告訴軟體一個檔案包含哪種資料 —— 例如 image/pngapplication/json。它是伺服器在 Content-Type 標頭中傳送的 type/subtype 值,也是瀏覽器比副檔名更信任的東西。這裡列出常見的。

更新 2026-07-06

副檔名MIME 類型說明
.txttext/plain純文字
.htmltext/htmlHTML 文件
.csstext/css層疊樣式表
.csvtext/csv逗號分隔值
.mdtext/markdownMarkdown 文字
.jstext/javascriptJavaScript(現代註冊方式)
.jsonapplication/jsonJSON 資料
.xmlapplication/xmlXML 資料
.pdfapplication/pdfPDF 文件
.zipapplication/zipZIP 壓縮檔
.gzapplication/gzipGzip 壓縮檔
.tarapplication/x-tarTar 封存檔
.rarapplication/vnd.rarRAR 壓縮檔
.7zapplication/x-7z-compressed7-Zip 壓縮檔
.binapplication/octet-stream任意二進位資料(預設下載)
.docapplication/mswordMicrosoft Word(舊版)
.docxapplication/vnd.openxmlformats-officedocument.wordprocessingml.documentMicrosoft Word
.xlsapplication/vnd.ms-excelMicrosoft Excel(舊版)
.xlsxapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheetMicrosoft Excel
.pptapplication/vnd.ms-powerpointMicrosoft PowerPoint(舊版)
.pptxapplication/vnd.openxmlformats-officedocument.presentationml.presentationMicrosoft PowerPoint
.rtfapplication/rtf富文字格式(RTF)
.wasmapplication/wasmWebAssembly 模組
.pngimage/pngPNG 影像
.jpgimage/jpegJPEG 影像(也是 .jpeg)
.gifimage/gifGIF 影像
.webpimage/webpWebP 影像
.svgimage/svg+xmlSVG 向量影像
.bmpimage/bmp點陣圖影像
.icoimage/vnd.microsoft.icon圖示(favicon)
.tifimage/tiffTIFF 影像(也是 .tiff)
.avifimage/avifAVIF 影像
.heicimage/heicHEIC 影像(Apple)
.mp3audio/mpegMP3 音訊
.wavaudio/wavWAV 音訊
.oggaudio/oggOgg 音訊
.m4aaudio/mp4MPEG-4 音訊
.webaaudio/webmWebM 音訊
.aacaudio/aacAAC 音訊
.mp4video/mp4MP4 影片
.webmvideo/webmWebM 影片
.ogvvideo/oggOgg 影片
.movvideo/quicktimeQuickTime 影片
.avivideo/x-msvideoAVI 影片
.mkvvideo/x-matroskaMatroska 影片
.wofffont/woffWeb Open Font Format
.woff2font/woff2Web Open Font Format 2
.ttffont/ttfTrueType 字型
.otffont/otfOpenType 字型
(form)application/x-www-form-urlencodedURL 編碼的表單提交
(upload)multipart/form-data帶檔案上傳的表單

相關工具