MIME Type Lookup
Search a reference of file extensions and their media (MIME) types. Enter an extension such as .webp or a type such as application/pdf to see the match, whether it is text or binary, and whether it is safe to serve inline.
Your result will appear here.
Not sure where to start? Use Load example.
Results update automatically and are calculated on your device. Nothing you type is sent to a server.
Runs in your browser. Processing happens entirely in your browser. Nothing you enter is sent to Delimiter.live.
How to use the MIME Type Lookup
- Type a file extension, a MIME type, or a general word such as "image".
- Read the matching rows, including whether the format is text or binary.
- Use the group filter to browse a whole family of types.
Example
webp
.webp → image/webp (binary, safe to serve inline)
Common use cases
- Setting the correct Content-Type header when serving a file.
- Configuring an upload allow-list by media type rather than by extension.
- Working out why a browser downloads a file instead of displaying it.
Limitations and things to watch for
- The list covers common web and desktop formats rather than the complete IANA registry, which contains thousands of rarely used entries.
- A MIME type describes what a file claims to be. Never trust a client-supplied Content-Type for security decisions — validate the file contents on the server as well.