Example input
.json
application/json
text/html; charset=UTF-8
DataHub
Tools
MIME Type Lookup
Local-first
Look up common file extensions and MIME types for web headers and uploads.
This lookup checks a small built-in mapping of common extensions and media types. It searches in either direction, removes parameters such as charset for lookup, and returns all mapped extensions, but it is not the IANA registry and does not inspect file contents.
.json
application/json
text/html; charset=UTF-8.json -> application/json
application/json -> .json
text/html; charset=UTF-8 -> .html, .htmA filename extension is a convention, not content detection. Attackers can rename files, and HTTP Content-Type can include parameters.
IANA maintains the registered media-type list, RFC 6838 defines registration structure, and HTTP defines Content-Type semantics. This page is only a small convenience map.
Sources checked July 24, 2026. Specifications and platform behavior can change; verify the sources before formal use.
No. It uses a small hard-coded list of common mappings.
No. It does not read file bytes or perform content sniffing.
Yes, when multiple entries in the built-in map share that media type.
Parameters are removed before lookup, so text/html; charset=UTF-8 is treated as text/html.