HomeToolsWebMIME Type Lookup

MIME Type Lookup

Resolve file extensions to MIME types or look up file extensions associated with specific MIME types.

Web
.htmlText
text/html

HyperText Markup Language (HTML)

Header: Content-Type
.htmText
text/html

HyperText Markup Language (HTML)

Header: Content-Type
.cssText
text/css

Cascading Style Sheets (CSS)

Header: Content-Type
.jsText
text/javascript

JavaScript (ECMAScript)

Header: Content-Type
.mjsText
text/javascript

JavaScript ES Module

Header: Content-Type
.txtText
text/plain

Plain Text

Header: Content-Type
.csvText
text/csv

Comma-Separated Values (CSV)

Header: Content-Type
.mdText
text/markdown

Markdown documentation file

Header: Content-Type
.xmlApplication
application/xml

Extensible Markup Language (XML)

Header: Content-Type
.jsonApplication
application/json

JavaScript Object Notation (JSON)

Header: Content-Type
.jsonldApplication
application/ld+json

JSON-LD (Linked Data)

Header: Content-Type
.pdfApplication
application/pdf

Adobe Portable Document Format (PDF)

Header: Content-Type
.zipApplication
application/zip

ZIP Archive

Header: Content-Type
.tarApplication
application/x-tar

Tape Archive (TAR)

Header: Content-Type
.rarApplication
application/vnd.rar

RAR Archive

Header: Content-Type
.7zApplication
application/x-7z-compressed

7-Zip Compressed Archive

Header: Content-Type
.pngImage
image/png

Portable Network Graphics (PNG)

Header: Content-Type
.jpgImage
image/jpeg

Joint Photographic Experts Group (JPEG)

Header: Content-Type
.jpegImage
image/jpeg

Joint Photographic Experts Group (JPEG)

Header: Content-Type
.gifImage
image/gif

Graphics Interchange Format (GIF)

Header: Content-Type
.svgImage
image/svg+xml

Scalable Vector Graphics (SVG)

Header: Content-Type
.webpImage
image/webp

Web Picture Format (WebP)

Header: Content-Type
.icoImage
image/vnd.microsoft.icon

Microsoft Icon (ICO)

Header: Content-Type
.mp3Audio
audio/mpeg

MP3 Audio

Header: Content-Type
.wavAudio
audio/wav

Waveform Audio Format (WAV)

Header: Content-Type
.oggAudio
audio/ogg

Ogg Audio

Header: Content-Type
.webaAudio
audio/webm

WebM Audio

Header: Content-Type
.mp4Video
video/mp4

MP4 Video

Header: Content-Type
.mpegVideo
video/mpeg

MPEG Video

Header: Content-Type
.webmVideo
video/webm

WebM Video

Header: Content-Type
.ogvVideo
video/ogg

Ogg Video

Header: Content-Type
.woffFont
font/woff

Web Open Font Format (WOFF)

Header: Content-Type
.woff2Font
font/woff2

Web Open Font Format 2.0 (WOFF2)

Header: Content-Type
.ttfFont
font/ttf

TrueType Font

Header: Content-Type
.otfFont
font/otf

OpenType Font

Header: Content-Type
.yamlApplication
application/yaml

YAML Ain't Markup Language

Header: Content-Type
.ymlApplication
application/yaml

YAML Ain't Markup Language

Header: Content-Type
.xlsxApplication
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Microsoft Excel Spreadsheet

Header: Content-Type
.docxApplication
application/vnd.openxmlformats-officedocument.wordprocessingml.document

Microsoft Word Document

Header: Content-Type
.pptxApplication
application/vnd.openxmlformats-officedocument.presentationml.presentation

Microsoft PowerPoint Presentation

Header: Content-Type
.epubApplication
application/epub+zip

Electronic Publication (EPUB)

Header: Content-Type
.shApplication
application/x-sh

Bourne Shell Script

Header: Content-Type
.wasmApplication
application/wasm

WebAssembly Binary

Header: Content-Type

What is a MIME Type?

A MIME type (Multipurpose Internet Mail Extensions), now officially called Media Type, is a standard identifier used on the Internet to indicate the nature and format of a document, file, or assortment of bytes.

Web browsers use MIME types to determine how to render or process files retrieved from servers. For instance, when a server sends a browser a .png file, it includes the header Content-Type: image/png so the browser knows to render it as an image.

How to use the MIME Lookup tool

  • Search: Enter an extension (e.g. png or .png) or a media type (e.g. application/json) in the search input.
  • Conversion Modes:
    • Extension to MIME: Input a file extension to find its matching media types and details.
    • MIME to Extension: Input a media type to locate the matching extensions.
  • Browse & Copy: Click on any MIME type or extension to quickly copy it to your clipboard.

Contribute

Find a bug or want to suggest an improvement to this tool?