Identify official content-types, file extensions, and inspect binary file headers in real-time.
or click to browse local storage (100% private, client-side check)
In internet communications, email transmission, and web server routing, identifying file formats based solely on three-letter extensions (like `.jpg` or `.exe`) is insufficient and insecure. File extensions can be easily changed, leading to potential security vulnerabilities. To address this, web standards rely on **MIME Types** (Multipurpose Internet Mail Extensions), also known as **Media Types** or **Content-Types**.
A MIME type is a two-part identifier sent in HTTP headers (e.g. Content-Type: text/html or Content-Type: image/png) that instructs web browsers how to render file payloads. A **MIME Type Checker** parses files or extension parameters to return official MIME designations, media categories, and structural details.
While browsers use MIME types, operating systems and lower-level utilities look for **Magic Bytes** (also known as file signatures). These are unique hex sequences embedded at the start of a file's binary data:
89 50 4E 47 0D 0A 1A 0A.25 50 44 46 (which translates to `%PDF` in ASCII text).50 4B 03 04 (representing the initials of PKZIP creator Phil Katz).Using our online lookup tool is simple:
.json or xml) directly into the text box and click **Lookup** to retrieve its standard mapping.A breakdown of the primary MIME type classes:
| MIME Category | Example Type | Common Extensions | Primary Purpose |
|---|---|---|---|
| text/* | text/css, text/html | .css, .html, .txt | Human-readable source files and web documents |
| image/* | image/jpeg, image/webp | .jpg, .webp, .png | Compressed graphic and layout files |
| application/* | application/json, application/pdf | .json, .pdf, .zip | Structured data files and compiled binary archives |
| audio/* & video/* | audio/mpeg, video/mp4 | .mp3, .mp4, .webm | Digital media streams and playback files |
No. We prioritize your privacy. The checker uses the HTML5 File API to read file metadata and magic bytes directly inside your browser. No data is sent to external servers, making it 100% secure for confidential documents.
If you upload a file without an extension, our tool reads the file's magic bytes to identify its correct format and suggests the appropriate file extension.
If you need to check image dimensions, try our Image Dimension Checker. To shrink image sizes, use the Image Compressor. For storage unit conversions, try the File Size Calculator.