Instant header values
Stop guessing Content-Type strings for uncommon formats like .wasm, .avif, or .jsonld — look them up in seconds and paste the correct value into your server config.
500+ fast, free tools. Most run in your browser only; Image & PDF tools upload files to the backend when you run them.
Find MIME types from extensions and reverse-map MIME to extensions.
MIME Type Lookup provides bidirectional lookups between file extensions and MIME content-type strings, covering the full IANA media type registry across application, audio, font, image, model, text, and video categories. Enter a file extension like .mp4 or .wasm and get the canonical MIME type, charset recommendations, and any common aliases. Reverse-lookup a MIME type like image/webp to discover associated extensions and know when a browser will render inline versus prompt a download. This tool is invaluable for configuring server Content-Type response headers, defining upload accept attributes, debugging CDN cache rules, and validating API file handling logic. All lookups run locally in the browser — no file content is ever analyzed or uploaded.
Stop guessing Content-Type strings for uncommon formats like .wasm, .avif, or .jsonld — look them up in seconds and paste the correct value into your server config.
Look up extension from MIME or MIME from extension — the only direction that matters is the one you need right now, and both are equally fast.
Know ahead of time whether a browser will render a MIME type inline (like text/html or image/png) or force a download (like application/octet-stream), preventing UX surprises.
Building a file upload input? Look up the correct MIME type to use in the HTML accept attribute for reliable browser-side file type filtering.
CDN platforms like Cloudflare and AWS CloudFront route and cache based on Content-Type — verify the correct MIME before writing cache rules or origin response transformations.
All mappings are bundled in the tool. Works offline, inside Docker builds, or on air-gapped workstations — anywhere you need a quick reference.
Input: Extension: .webp
Output: MIME type: image/webp | Inline rendering: Yes | Charset: N/A | No legacy aliases
Input: MIME type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Output: Extensions: .xlsx | Category: application | Inline: No (download) | Common name: Excel 2007+ Workbook
Input: Extension: .woff2
Output: MIME type: font/woff2 | Legacy alias: application/font-woff2 | Inline: N/A (font resource)