./prontouso

MIME Type Lookup

Search by file extension or MIME type to find the matching value in either direction.

Runs locally in your browser. This tool does not upload your input.
ExtensionMIME type
.aacaudio/aac
.avivideo/x-msvideo
.avifimage/avif
.binapplication/octet-stream
.bmpimage/bmp
.csvtext/csv
.csstext/css
.docapplication/msword
.docxapplication/vnd.openxmlformats-officedocument.wordprocessingml.document
.eotapplication/vnd.ms-fontobject
.epubapplication/epub+zip
.gifimage/gif
.gzapplication/gzip
.htmtext/html
.htmltext/html
.icoimage/vnd.microsoft.icon
.jarapplication/java-archive
.jpegimage/jpeg
.jpgimage/jpeg
.jstext/javascript
.jsonapplication/json
.jsonldapplication/ld+json
.midaudio/midi
.mjstext/javascript
.mp3audio/mpeg
.mp4video/mp4
.mpegvideo/mpeg
.odpapplication/vnd.oasis.opendocument.presentation
.odsapplication/vnd.oasis.opendocument.spreadsheet
.odtapplication/vnd.oasis.opendocument.text
.ogaaudio/ogg
.ogvvideo/ogg
.otffont/otf
.pdfapplication/pdf
.phpapplication/x-httpd-php
.pngimage/png
.pptapplication/vnd.ms-powerpoint
.pptxapplication/vnd.openxmlformats-officedocument.presentationml.presentation
.rarapplication/vnd.rar
.rtfapplication/rtf
.shapplication/x-sh
.svgimage/svg+xml
.tarapplication/x-tar
.tifimage/tiff
.tiffimage/tiff
.tsvideo/mp2t
.ttffont/ttf
.txttext/plain
.wasmapplication/wasm
.wavaudio/wav
.webaaudio/webm
.webmvideo/webm
.webpimage/webp
.wofffont/woff
.woff2font/woff2
.xhtmlapplication/xhtml+xml
.xlsapplication/vnd.ms-excel
.xlsxapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheet
.xmlapplication/xml
.yamlapplication/yaml
.zipapplication/zip
.7zapplication/x-7z-compressed

How to look up a MIME type

Search by file extension or MIME type to find the matching value in either direction.

How search works

Typing an extension (with or without the leading dot) finds its MIME type; typing part of a MIME type, like "image/", finds every matching extension.

Common uses

  • Set the correct Content-Type header for a file your server serves.
  • Check what MIME type to expect for a file extension in an upload validator.

Good to know

MIME types follow a type/subtype format, such as image/png or application/json — the type describes the general category, and the subtype narrows it to a specific format.

Reference notes

This is a static reference list — no data you type is sent anywhere.

FAQ

What if an extension has more than one common MIME type?

This list shows one commonly used MIME type per extension for simplicity; some file types do have more than one valid MIME type in practice.

Does it cover every file extension?

It covers common web, document, image, audio, and video extensions, not every extension in existence.

Why does my server report a different MIME type than shown here?

Servers can be configured to serve custom or vendor-specific MIME types; this list shows the commonly used default for each extension.