读取文件头部 magic bytes,识别 PNG / JPG / GIF / PDF / ZIP / ELF / WAV / MP3 等常见格式。本地识别,不上传。
识别结果
The file format identifier reads the magic bytes at the start of a file to determine its real type, detecting common formats such as PNG, JPG, GIF, PDF, ZIP, ELF, WAV, and MP3, and showing the matching MIME type and header bytes in hex.
Ideal for checking whether a file's extension was renamed, or troubleshooting corrupted or mislabeled downloads. Detection relies on header signatures, not the extension, so formats without a fixed signature may not be recognized.