MIME Types Reference
// Searchable MIME types reference
.html
text/html
HTML document
.css
text/css
CSS stylesheet
.csv
text/csv
Comma-separated values
.js
text/javascript
JavaScript file
.txt
text/plain
Plain text
.xml
text/xml
XML document
.markdown
text/markdown
Markdown document
.json
application/json
JSON data
.pdf
application/pdf
PDF document
.zip
application/zip
ZIP archive
.gz
application/gzip
Gzip archive
.tar
application/x-tar
Tar archive
.xml
application/xml
XML data
.wasm
application/wasm
WebAssembly module
.graphql
application/graphql+json
GraphQL query
.ld+json
application/ld+json
JSON-LD linked data
.form
application/x-www-form-urlencoded
URL-encoded form data
.multipart
multipart/form-data
Multipart form data (file uploads)
.doc
application/msword
Microsoft Word document
.docx
application/vnd.openxmlformats-officedocument.wordprocessingml.document
Microsoft Word (OpenXML)
.xls
application/vnd.ms-excel
Microsoft Excel spreadsheet
.xlsx
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Microsoft Excel (OpenXML)
.pptx
application/vnd.openxmlformats-officedocument.presentationml.presentation
Microsoft PowerPoint (OpenXML)
.bin
application/octet-stream
Binary data (generic)
.png
image/png
PNG image
.jpg
image/jpeg
JPEG image
.gif
image/gif
GIF image
.svg
image/svg+xml
SVG vector image
.webp
image/webp
WebP image
.avif
image/avif
AVIF image
.ico
image/x-icon
Icon file
.bmp
image/bmp
Bitmap image
.mp3
audio/mpeg
MP3 audio
.ogg
audio/ogg
OGG audio
.wav
audio/wav
WAV audio
.webm
audio/webm
WebM audio
.aac
audio/aac
AAC audio
.flac
audio/flac
FLAC audio
.mp4
video/mp4
MP4 video
.webm
video/webm
WebM video
.ogg
video/ogg
OGG video
.avi
video/x-msvideo
AVI video
.mov
video/quicktime
QuickTime video
.woff
font/woff
Web Open Font Format
.woff2
font/woff2
Web Open Font Format 2
.ttf
font/ttf
TrueType font
.otf
font/otf
OpenType font
.eot
application/vnd.ms-fontobject
Embedded OpenType font
#About MIME Types Reference
Free online MIME types reference. Search and browse all common MIME types (media types) used in HTTP Content-Type headers, file uploads, and email. This tool runs entirely in your browser — your data is never sent to a server. Just paste your input, get instant results, and copy with one click. No sign-up or installation required.
#FAQ
What is a MIME type? ▾
A MIME type (Multipurpose Internet Mail Extensions) is a standardized label that identifies the type and format of a file or data stream. It consists of a type and subtype separated by a slash, such as text/html or application/json.
Where are MIME types used? ▾
MIME types are used in HTTP Content-Type headers, file upload forms, email attachments, and browser content negotiation to indicate the format of the data being transmitted.
</> Embed this tool ▾
Copy this code to embed the tool on your website. Adjust the height to fit your layout.
<iframe src="https://www.browserutils.dev/embed/mime-types-reference" width="100%" height="500" frameborder="0" title="MIME Types Reference"></iframe>