MIME Type Lookup

Search and browse a comprehensive database of MIME types by extension, type, or category.

Showing 89 results
ExtensionMIME TypeCategoryDescription
.jpgimage/jpegImageJPEG Image
.jpegimage/jpegImageJPEG Image
.pngimage/pngImagePNG Image
.gifimage/gifImageGIF Image
.webpimage/webpImageWebP Image
.svgimage/svg+xmlImageSVG Vector Image
.icoimage/x-iconImageIcon File
.bmpimage/bmpImageBitmap Image
.tiffimage/tiffImageTIFF Image
.tifimage/tiffImageTIFF Image
.avifimage/avifImageAVIF Image
.heicimage/heicImageHEIC Image
.heifimage/heifImageHEIF Image
.mp3audio/mpegAudioMP3 Audio
.wavaudio/wavAudioWAV Audio
.oggaudio/oggAudioOGG Audio
.flacaudio/flacAudioFLAC Audio
.aacaudio/aacAudioAAC Audio
.webaaudio/webmAudioWebM Audio
.m4aaudio/mp4AudioM4A Audio
.midiaudio/midiAudioMIDI Audio
.midaudio/midiAudioMIDI Audio
.opusaudio/opusAudioOpus Audio
.mp4video/mp4VideoMP4 Video
.webmvideo/webmVideoWebM Video
.ogvvideo/oggVideoOGG Video
.avivideo/x-msvideoVideoAVI Video
.movvideo/quicktimeVideoQuickTime Video
.wmvvideo/x-ms-wmvVideoWMV Video
.flvvideo/x-flvVideoFlash Video
.mkvvideo/x-matroskaVideoMatroska Video
.m4vvideo/mp4VideoM4V Video
.3gpvideo/3gppVideo3GPP Video
.tsvideo/mp2tVideoMPEG Transport Stream
.txttext/plainTextPlain Text
.htmltext/htmlTextHTML Document
.htmtext/htmlTextHTML Document
.csstext/cssTextCSS Stylesheet
.csvtext/csvTextCSV File
.xmltext/xmlTextXML Document
.mdtext/markdownTextMarkdown Document
.rtftext/rtfTextRich Text Format
.icstext/calendarTextiCalendar File
.tsvtext/tab-separated-valuesTextTSV File
.jsonapplication/jsonApplicationJSON Data
.jsapplication/javascriptApplicationJavaScript
.mjsapplication/javascriptApplicationES Module JavaScript
.pdfapplication/pdfDocumentPDF Document
.zipapplication/zipApplicationZIP Archive
.gzapplication/gzipApplicationGzip Archive
.tarapplication/x-tarApplicationTar Archive
.7zapplication/x-7z-compressedApplication7-Zip Archive
.rarapplication/x-rar-compressedApplicationRAR Archive
.bz2application/x-bzip2ApplicationBzip2 Archive
.xzapplication/x-xzApplicationXZ Archive
.docapplication/mswordDocumentWord Document (Legacy)
.docxapplication/vnd.openxmlformats-officedocument.wordprocessingml.documentDocumentWord Document
.xlsapplication/vnd.ms-excelDocumentExcel Spreadsheet (Legacy)
.xlsxapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheetDocumentExcel Spreadsheet
.pptapplication/vnd.ms-powerpointDocumentPowerPoint Presentation (Legacy)
.pptxapplication/vnd.openxmlformats-officedocument.presentationml.presentationDocumentPowerPoint Presentation
.odtapplication/vnd.oasis.opendocument.textDocumentOpenDocument Text
.odsapplication/vnd.oasis.opendocument.spreadsheetDocumentOpenDocument Spreadsheet
.odpapplication/vnd.oasis.opendocument.presentationDocumentOpenDocument Presentation
.epubapplication/epub+zipDocumentEPUB eBook
.wasmapplication/wasmApplicationWebAssembly
.sqlapplication/sqlApplicationSQL File
.graphqlapplication/graphqlApplicationGraphQL Query
.yamlapplication/x-yamlApplicationYAML File
.ymlapplication/x-yamlApplicationYAML File
.tomlapplication/tomlApplicationTOML File
.shapplication/x-shApplicationShell Script
.binapplication/octet-streamApplicationBinary File
.exeapplication/x-msdownloadApplicationWindows Executable
.dmgapplication/x-apple-diskimageApplicationmacOS Disk Image
.debapplication/x-debApplicationDebian Package
.rpmapplication/x-rpmApplicationRPM Package
.apkapplication/vnd.android.package-archiveApplicationAndroid Package
.swfapplication/x-shockwave-flashApplicationFlash File
.jsonldapplication/ld+jsonApplicationJSON-LD
.rssapplication/rss+xmlApplicationRSS Feed
.atomapplication/atom+xmlApplicationAtom Feed
.xhtmlapplication/xhtml+xmlApplicationXHTML Document
.phpapplication/x-httpd-phpApplicationPHP Script
.wofffont/woffFontWOFF Font
.woff2font/woff2FontWOFF2 Font
.ttffont/ttfFontTrueType Font
.otffont/otfFontOpenType Font
.eotapplication/vnd.ms-fontobjectFontEmbedded OpenType Font

Frequently Asked Questions

A MIME (Multipurpose Internet Mail Extensions) type is a standard that indicates the nature and format of a file. It consists of a type and subtype separated by a slash, like 'image/jpeg' or 'application/json'. MIME types are used by browsers, servers, and APIs to handle files correctly.
This tool includes approximately 100 of the most common MIME types covering images, documents, audio, video, text, application formats, and fonts. It covers the vast majority of file types you'll encounter in web development.
You can search by file extension (e.g., '.jpg' or just 'jpg'), by MIME type (e.g., 'image/jpeg'), or by description. You can also filter by category using the chip buttons. Click any result to copy its MIME type to your clipboard.
application/octet-stream is the default MIME type for binary files when the specific type is unknown. It tells the browser to download the file rather than try to display it. Specific types like application/pdf or image/png tell the browser exactly how to handle the file.