RUNWEBTOOLS
English

MIME Types Reference: Content Types by File Extension

A MIME type (also called a media type or content type) tells software what kind of data a file contains — for example image/png or application/json. It's the type/subtype value a server sends in the Content-Type header, and it's what a browser trusts over the file extension. Here are the common ones.

Updated 2026-07-06

ExtensionMIME typeDescription
.txttext/plainPlain text
.htmltext/htmlHTML document
.csstext/cssCascading style sheet
.csvtext/csvComma-separated values
.mdtext/markdownMarkdown text
.jstext/javascriptJavaScript (modern registration)
.jsonapplication/jsonJSON data
.xmlapplication/xmlXML data
.pdfapplication/pdfPDF document
.zipapplication/zipZIP archive
.gzapplication/gzipGzip archive
.tarapplication/x-tarTar archive
.rarapplication/vnd.rarRAR archive
.7zapplication/x-7z-compressed7-Zip archive
.binapplication/octet-streamArbitrary binary data (default download)
.docapplication/mswordMicrosoft Word (legacy)
.docxapplication/vnd.openxmlformats-officedocument.wordprocessingml.documentMicrosoft Word
.xlsapplication/vnd.ms-excelMicrosoft Excel (legacy)
.xlsxapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheetMicrosoft Excel
.pptapplication/vnd.ms-powerpointMicrosoft PowerPoint (legacy)
.pptxapplication/vnd.openxmlformats-officedocument.presentationml.presentationMicrosoft PowerPoint
.rtfapplication/rtfRich Text Format
.wasmapplication/wasmWebAssembly module
.pngimage/pngPNG image
.jpgimage/jpegJPEG image (also .jpeg)
.gifimage/gifGIF image
.webpimage/webpWebP image
.svgimage/svg+xmlSVG vector image
.bmpimage/bmpBitmap image
.icoimage/vnd.microsoft.iconIcon (favicon)
.tifimage/tiffTIFF image (also .tiff)
.avifimage/avifAVIF image
.heicimage/heicHEIC image (Apple)
.mp3audio/mpegMP3 audio
.wavaudio/wavWAV audio
.oggaudio/oggOgg audio
.m4aaudio/mp4MPEG-4 audio
.webaaudio/webmWebM audio
.aacaudio/aacAAC audio
.mp4video/mp4MP4 video
.webmvideo/webmWebM video
.ogvvideo/oggOgg video
.movvideo/quicktimeQuickTime video
.avivideo/x-msvideoAVI video
.mkvvideo/x-matroskaMatroska video
.wofffont/woffWeb Open Font Format
.woff2font/woff2Web Open Font Format 2
.ttffont/ttfTrueType font
.otffont/otfOpenType font
(form)application/x-www-form-urlencodedURL-encoded form submission
(upload)multipart/form-dataForm with file uploads

Related tools