Skip to main content
DevBench
📋

MIME Type Lookup

DevOffline-ready

MIME Type Lookup maps file extensions to their correct Content-Type values — type .svg and get image/svg+xml, type .json and get application/json. Also supports reverse lookup: enter a MIME type to find the associated file extension. Essential for configuring web servers, setting response headers, and debugging file upload issues. Covers all IANA-registered MIME types. Runs in your browser.

Related: AESHashUUIDHTML → JSX

MIME type lookup

Looks up the MIME type (Content-Type) for a given file extension, or maps a MIME type back to its common file extension. MIME types are sent in HTTP Content-Type headers to tell browsers how to handle a response — for example application/json, image/svg+xml, or text/css.