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 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.
사용 방법
세 단계, 보통 5초 안에 완료됩니다.
- 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
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
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
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).
실제 결과 보기
각 슬라이더를 드래그해 전후를 픽셀 단위로 비교하세요.






이미지는 작업이 끝나면 사라집니다
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.
- 몇 초 안에 처리 완료
- 저장되지 않음
- 계정 연결 없음
이미지를 업로드하세요
클릭 한 번. 가입 불필요. 나머지는 저희가 처리합니다.
파일 검사
File-type glossary
위 전문 용어에 대한 쉬운 설명입니다.
자주 묻는 질문
새 도구를 사용하기 전 대부분의 사람들이 묻는 질문에 대한 답변입니다.
관련 도구
이 이미지에 필요할 다른 작업으로 바로 이동합니다.
View EXIF metadata
Inspect the GPS, camera, lens, and copyright tags an image is carrying before you publish it. Pairs well with confirming the file really is the image format you expect.
Strip EXIF metadata
Remove camera, GPS, and device metadata from an image without re-encoding the pixels. Useful once you have confirmed the file is a real image and are ready to publish.
Compress image
Trim bytes off a confirmed image without changing its format. AVIF, WebP, JPEG, and PNG output, with a quality slider that previews live.
Convert image format
Re-encode the same source to a different target format. Once the file type checker confirms an image is what it claims to be, the converter ships it as the right output container.
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.
인용 또는 공유하시겠습니까?
제목, 설명, FAQ, 정규 URL, 인용 정보가 담긴 간결한 Markdown 요약을 복사하여 AI 도구나 문서에 바로 붙여넣으세요.