PDFPowerHub

MIME Type Lookup

beta

This free MIME type lookup finds the content type for any file extension — and works in reverse, listing the extensions for a MIME type. Search by extension (svg), MIME type (image/png) or name (word). Everything runs in your browser.

Look up the MIME (content) type for a file extension, or find the extensions for a MIME type. Search by extension (jpg), type (image/png) or name (word). Runs in your browser.

  • .txt
    text/plainPlain text
  • .html
    text/htmlHTML document
  • .htm
    text/htmlHTML document
  • .css
    text/cssCascading Style Sheet
  • .csv
    text/csvComma-separated values
  • .md
    text/markdownMarkdown
  • .ics
    text/calendariCalendar
  • .js
    text/javascriptJavaScript
  • .mjs
    text/javascriptJavaScript module
  • .json
    application/jsonJSON
  • .jsonld
    application/ld+jsonJSON-LD
  • .xml
    application/xmlXML
  • .yaml
    application/yamlYAML
  • .yml
    application/yamlYAML
  • .wasm
    application/wasmWebAssembly
  • .sh
    application/x-shShell script
  • .png
    image/pngPNG image
  • .jpg
    image/jpegJPEG image
  • .jpeg
    image/jpegJPEG image
  • .gif
    image/gifGIF image
  • .webp
    image/webpWebP image
  • .avif
    image/avifAVIF image
  • .svg
    image/svg+xmlSVG vector image
  • .bmp
    image/bmpBitmap image
  • .ico
    image/vnd.microsoft.iconIcon
  • .tif
    image/tiffTIFF image
  • .tiff
    image/tiffTIFF image
  • .heic
    image/heicHEIC image
  • .mp3
    audio/mpegMP3 audio
  • .wav
    audio/wavWAV audio
  • .ogg
    audio/oggOgg audio
  • .oga
    audio/oggOgg audio
  • .weba
    audio/webmWebM audio
  • .aac
    audio/aacAAC audio
  • .flac
    audio/flacFLAC audio
  • .mp4
    video/mp4MP4 video
  • .webm
    video/webmWebM video
  • .ogv
    video/oggOgg video
  • .mov
    video/quicktimeQuickTime video
  • .avi
    video/x-msvideoAVI video
  • .mkv
    video/x-matroskaMatroska video
  • .woff
    font/woffWOFF font
  • .woff2
    font/woff2WOFF2 font
  • .ttf
    font/ttfTrueType font
  • .otf
    font/otfOpenType font
  • .eot
    application/vnd.ms-fontobjectEmbedded OpenType font
  • .pdf
    application/pdfPDF document
  • .doc
    application/mswordMicrosoft Word (legacy)
  • .docx
    application/vnd.openxmlformats-officedocument.wordprocessingml.documentMicrosoft Word
  • .xls
    application/vnd.ms-excelMicrosoft Excel (legacy)
  • .xlsx
    application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMicrosoft Excel
  • .ppt
    application/vnd.ms-powerpointMicrosoft PowerPoint (legacy)
  • .pptx
    application/vnd.openxmlformats-officedocument.presentationml.presentationMicrosoft PowerPoint
  • .odt
    application/vnd.oasis.opendocument.textOpenDocument Text
  • .ods
    application/vnd.oasis.opendocument.spreadsheetOpenDocument Spreadsheet
  • .epub
    application/epub+zipEPUB e-book
  • .rtf
    application/rtfRich Text Format
  • .zip
    application/zipZIP archive
  • .gz
    application/gzipGzip archive
  • .tar
    application/x-tarTAR archive
  • .7z
    application/x-7z-compressed7-Zip archive
  • .rar
    application/vnd.rarRAR archive
  • .bin
    application/octet-streamBinary data

How to use MIME Type Lookup

  1. 1 Type a file extension, MIME type or format name.
  2. 2 Try "png", "application/json" or "excel".
  3. 3 Copy the MIME type you need for your Content-Type header or file handling.

Frequently asked questions

What is a MIME type?

A MIME (or media) type like image/png or application/json tells browsers and servers what kind of data a file contains, usually via the Content-Type header.

Is my data uploaded?

No. The lookup uses a built-in table that runs entirely in your browser; nothing is sent anywhere.

What MIME type should I use for JavaScript?

The modern standard is text/javascript for .js and .mjs files; application/javascript is also widely accepted.

Does it work offline?

Yes. As a PWA it keeps working with no connection once loaded.