Why Content-Type matters
Browsers and APIs rely on MIME to parse payloads correctly and apply appropriate handling rules.
Map file extensions to MIME types for accurate Content-Type headers.
Updated
| Extension | MIME Type | Description |
|---|---|---|
| .html | text/html | HTML document |
| .css | text/css | CSS stylesheet |
| .js | text/javascript | JavaScript file |
| .json | application/json | JSON document |
| .xml | application/xml | XML document |
| .png | image/png | PNG image |
| .jpg | image/jpeg | JPEG image |
| .svg | image/svg+xml | SVG image |
| .webp | image/webp | WebP image |
| application/pdf | PDF document | |
| .zip | application/zip | ZIP archive |
| .csv | text/csv | CSV file |
| .md | text/markdown | Markdown file |
| .mp4 | video/mp4 | MP4 video |
| .mp3 | audio/mpeg | MP3 audio |
Quick start
Search by extension or MIME string and map content types quickly.
Type extension (.pdf) or MIME (application/json).
Review extension to MIME relationship.
Set correct Content-Type in server/storage config.
In-depth guide
Quickly map file extensions to MIME types and avoid incorrect content-type headers.
Browsers and APIs rely on MIME to parse payloads correctly and apply appropriate handling rules.
Use this lookup when configuring static hosting, API gateways and download endpoints.
Use this tool for quick browser-based work when you need an answer or output immediately. Use a dedicated application or automated workflow when you need bulk processing, approvals, or repeatable production rules.
Browser-first by design. The tool page explains any exception before you use it.
Your input is handled in the browser wherever the tool can process it locally. EpitomeTool does not add an upload step unless a tool page explicitly says so.
Yes. Search works for both extension and MIME pattern fragments.
This release focuses on frequently used web and document MIME mappings.
Correct MIME headers affect browser behavior, security and content rendering.
Keep exploring
Hand-picked utilities that pair well with the one you're on — all free, client-side, and zero-signup.
Shrink PDF file size without uploading to a server.
Body Mass Index with metric / imperial inputs and WHO category bands.
Combine multiple PDFs into one in your browser.
Split a PDF by pages or page ranges, download as zip.