Skip to content
ZeroServer.tools

MIME Type Lookup

Find the MIME type for a file extension, or the extensions for a MIME type.

ExtensionMIME type
.txttext/plain
.htmltext/html
.csstext/css
.csvtext/csv
.mdtext/markdown
.icstext/calendar
.jstext/javascript
.mjstext/javascript
.jsonapplication/json
.xmlapplication/xml
.yamlapplication/yaml
.ymlapplication/yaml
.wasmapplication/wasm
.pdfapplication/pdf
.rtfapplication/rtf
.zipapplication/zip
.gzapplication/gzip
.tarapplication/x-tar
.7zapplication/x-7z-compressed
.rarapplication/vnd.rar
.binapplication/octet-stream
.docapplication/msword
.docxapplication/vnd.openxmlformats-officedocument.wordprocessingml.document
.xlsapplication/vnd.ms-excel
.xlsxapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheet
.pptapplication/vnd.ms-powerpoint
.pptxapplication/vnd.openxmlformats-officedocument.presentationml.presentation
.pngimage/png
.jpgimage/jpeg
.jpegimage/jpeg
.gifimage/gif
.svgimage/svg+xml
.webpimage/webp
.avifimage/avif
.apngimage/apng
.bmpimage/bmp
.icoimage/vnd.microsoft.icon
.tiffimage/tiff
.mp3audio/mpeg
.wavaudio/wav
.oggaudio/ogg
.aacaudio/aac
.webaaudio/webm
.mp4video/mp4
.webmvideo/webm
.mpegvideo/mpeg
.movvideo/quicktime
.avivideo/x-msvideo
.wofffont/woff
.woff2font/woff2
.ttffont/ttf
.otffont/otf
.eotapplication/vnd.ms-fontobject

What is a MIME type?

A MIME type (also called a media type or content type) tells browsers and servers what kind of data a file contains, such as text/html or image/svg+xml. It is sent in the Content-Type response header and decides how the content is handled — rendered, downloaded, or executed. Getting it right matters for security and for features like inline previews and font loading.

Setting response headers? Pair this with the HTTP status code reference. Encoding a file inline? The SVG to data URI and Base64 tools include the right MIME type for you.

Related Developer Utilities tools