本文へスキップ
BouseMuttonBouseMutton
無料、サインアップ不要、データ保存なし

Check what a file really is, beyond the extension

Drop any file (PDF, executable, archive, image, video, audio, source code) and we look at the actual bytes (and use AI for text files) to check whether they match the extension. MATCH, MISMATCH, AMBIGUOUS, or UNKNOWN. In your browser, no upload.

  • Processed in your browser
  • No account required
  • 200+ formats
A file claiming to be invoice.pdf, then the same file revealed as a Windows executable.A file claiming to be invoice.pdf, then the same file revealed as a Windows executable.

ドラッグで比較、ビフォー / アフター

概要

A file extension is just a label. The bytes inside are the truth. Renaming `invoice.exe` to `invoice.pdf` changes nothing about the file; it still starts with the same Windows-executable header. Any operating system that takes the extension at face value misses the swap. This tool reads those bytes for you and tells you what is really there.

The check is hybrid. The first pass is an instant byte-level look at the start of the file, comparing it against a library of well-known formats: PDF, PNG, ZIP, a Windows executable, a Linux executable, and several dozen more. That covers most binary formats your inbox or download folder is going to throw at you.

For text-based files (source code, configuration, CSV / JSON / Markdown / YAML, shell scripts) the start of the file does not give them away; every text file looks the same to a byte-level check. The second pass closes that gap with an on-device AI that recognises more than 200 formats. We run the AI locally on desktop computers; it picks the most likely label and a confidence score, and the verdict re-renders.

Both passes run in your browser. The first few kilobytes of the dropped file are read into memory for the byte-level check; the AI sees the whole file (capped at 20 MB for mobile safety). Nothing is uploaded, nothing is saved. We never claim malware detection; the verdict tells you what the file IS, not whether the file is safe.

ひと目で分かる

Quick facts

決める前に知っておきたい数字とトレードオフ。

  • Where it runs

    Both the byte-level check and the AI pass run in your browser, on your device. Nothing is uploaded to our servers.

  • Formats supported

    Byte-level check covers two dozen well-known formats (PDF, PNG, JPEG, ZIP, RAR, MP4, Linux and macOS executables, Windows EXE / DLL, DOCX, and more). The AI pass recognises 200+ file types, including text-based ones (Python, Go, JSON, YAML, and more).

  • Verdict vocabulary

    MATCH (extension and bytes agree), MISMATCH (extension and bytes disagree), AMBIGUOUS (more than one format fits, or the AI is unsure), UNKNOWN (no recognised format, often a text-based file on mobile).

  • When the AI pass runs

    The AI pass runs only when the byte-level check returns AMBIGUOUS or UNKNOWN, the device has at least 4 GB of memory, and the file is under 20 MB. Confident byte-level matches skip it so the 7 MB AI download is never wasted.

  • Free limit

    Ten verifications per IP per UTC day, with spam protection. The paid batch flow ships verifying up to 50 files in one job at 1 credit per file.

ワークフロー

使い方

3 ステップ、通常 5 秒以内に完了。

  1. 1

    Drop any file

    Up to 50 MB for the byte-level check, up to 20 MB for the AI pass. Drag-and-drop, file picker, or paste from the clipboard.

  2. 2

    Byte-level check (instant)

    We read the start of the file and compare it against a couple of dozen well-known formats. If the bytes match the extension, you get a green MATCH banner with a peek at the bytes that proved it.

  3. 3

    AI pass (desktop only, automatic)

    When the byte-level check returns AMBIGUOUS or UNKNOWN, an on-device AI runs locally on the full file and picks the most likely format from over 200 file types. The verdict updates with the detected label and confidence score.

  4. 4

    Read the verdict and decide

    MATCH means the bytes back up the extension. MISMATCH means something has been relabelled. AMBIGUOUS means more than one format fits. UNKNOWN means we cannot tell yet (often a text-based file on mobile where the AI pass is held back).

サンプル

実際の動作を見る

各スライダーをドラッグして、ビフォーとアフターをピクセル単位で比べてみてください。

A file labelled archive.zip turns out to be an Office document. The check shows what the bytes really say.A file labelled archive.zip turns out to be an Office document. The check shows what the bytes really say.
A file labelled archive.zip turns out to be an Office document. The check shows what the bytes really say.
A file saved as notes.txt is recognised as Python source code by the AI pass once the byte-level check returns ambiguous.A file saved as notes.txt is recognised as Python source code by the AI pass once the byte-level check returns ambiguous.
A file saved as notes.txt is recognised as Python source code by the AI pass once the byte-level check returns ambiguous.
A real JPEG returns a green MATCH banner with the FF D8 FF magic bytes called out as proof.A real JPEG returns a green MATCH banner with the FF D8 FF magic bytes called out as proof.
A real JPEG returns a green MATCH banner with the FF D8 FF magic bytes called out as proof.
プライバシー

画像は使い終わったら消えます

ブラウザ内で動作

Both the byte-level check and the AI pass run entirely in your browser. The file never reaches our servers and nothing is saved. The only network call this page makes is a per-day usage counter (a one-way hash, no file content) protected against automated abuse. The AI model files are served from our own domain and cached for a year so a second visit reuses them.

  • 数秒で処理
  • データ保存なし
  • アカウント紐付けなし
今すぐ試す

画像をアップロード

ワンクリック。サインアップ不要。あとはこちらにお任せ。

ファイルを確認

画像をここにドロップするか、クリックしてアップロード
どんなファイルでもドロップしてください (最大 50 MB)。内容が拡張子と一致するか確認します。
100% ブラウザ内で処理
ファイルの先頭の数バイトをローカルで読み取ります。アップロードも保存もされません。
用語集

File-type glossary

上記の専門用語のやさしい説明。

FAQ

よくある質問

新しいツールを試す前にもっとも多く寄せられる質問への回答。

関連の読みもの

Related reading

このツールと相性のよい他のツール。

  • What is a magic number?Plain-English explainer of magic-byte signatures, how they identify files, and the canonical examples (PDF, PNG, ZIP, PE, ELF, Mach-O).
  • File extension vs file typeThe extension is a label; the file type is what the bytes actually say. Here is exactly how the two diverge and what to do when they disagree.
  • Is my file safe? Magic-byte vs malware scannersHonest scope-setting for what this tool can and cannot tell you. A magic-byte check identifies the format; only an antivirus tells you about malicious payloads.
  • Is this really a PDF?Per-format spoke focused on PDFs specifically, with the exact magic-byte signature and the most common PDF-as-something-else attack patterns.

引用や共有をしますか?

AI やドキュメントに貼り付けられる簡潔な Markdown 要約 (タイトル、説明、FAQ、正規 URL、引用) をコピーします。

Markdown ミラーを表示

次のように引用してください

BouseMutton (2026). File type checker, identify any file beyond its extension [Web application]. https://bousemutton.com/file-type-checker

最終更新: 2026-04-28