Inspect a file’s leading bytes and likely type
Choose a file and the page reads its first 64 KB: the leading bytes are matched against a signature table (PNG, JPEG, HEIC, PDF, ZIP, TAR, WOFF2, OTF, MP3, WAV, MP4, MOV, WASM and more) and, when nothing matches, the content is classified as text (JSON, XML, CSV, YAML, Markdown) or as binary data. The report sets the detected type and a suggested extension beside the browser-declared type and the filename extension, and marks the confidence — High for a signature, Medium for text structure, Low for empty or unknown binary data. Detection is a clue, not proof of file validity or safety.
Runs locally in your browserSignature detection is a clue, not an antivirus verdict.