File Analysis • 100% Client-Side

File Format Checker

Detect the real format, MIME type, and metadata of any file. Verify file integrity and identify unknown files securely using binary signatures.

Upload Any File to Check

Images, Documents, Media, Archives

Action Successful!

Deep Scan

Reads binary headers (magic numbers) to detect the true format, ignoring extensions.

Detailed Info

Get exact file size, MIME type, image dimensions, and last modified date instantly.

100% Private

Analysis happens locally in your browser via HTML5 File API. Nothing is uploaded.

Why Check File Signatures?

File extensions can be misleading. A file named photo.jpg could actually be a malicious executable or a renamed PDF. iLikeTOOL's File Format Checker inspects the file's "Magic Numbers" (binary signature) to reveal its true identity. This is crucial for developers, security analysts, and anyone verifying file integrity.

Common Magic Numbers

Format Hex Signature (Magic Number)
JPEG FF D8 FF
PNG 89 50 4E 47 0D 0A 1A 0A
PDF 25 50 44 46 2D
ZIP 50 4B 03 04

Frequently Asked Questions

How does it detect the real format?

We read the first few bytes of the file (the "magic numbers"). For example, PNG files always start with the hex code 89 50 4E 47. This method works even if the file extension is wrong or missing.

Is my file uploaded to your server?

No. The analysis happens entirely within your web browser using the HTML5 File API. Your data remains private and secure on your device.

Can it check corrupted files?

It can verify if the file header is valid. If the header matches a known format but the file won't open, the internal data might be corrupted, but the format type is likely correct.

Is there a size limit?

Since processing is local, the limit is determined by your browser's memory. We recommend files under 100MB for the fastest performance.

Is this tool free?

Yes, iLikeTOOL's File Format Checker is 100% free for developers, designers, and everyone else.