File Signatures (Magic Numbers)
Identify any file from its leading bytes — search 100+ format signatures by name, extension or hex, see the magic-number bytes, their ASCII rendering, the byte offset and the format category, and copy any signature with one click. In your browser, free.
Every signature runs from a built-in reference in your browser — nothing is uploaded and no file is ever read by a server.
| Format | Extension | Hex signature | ASCII | Offset | Category |
|---|
About File Signatures (Magic Numbers)
File signatures — also called magic numbers — are the fixed byte sequences at (or near) the start of a file that identify its true format regardless of its name or extension. This reference catalogs the signatures of more than 100 formats, each with its hex bytes, the printable ASCII rendering where one exists, the byte offset where the signature appears and a format category.
Search works from any angle: type a format name like PNG, an extension like .pdf, or raw hex bytes like 50 4B, and the matching signatures appear instantly. Category chips narrow the list to image, audio, video, document, archive, executable, font, database or other formats, and any hex signature copies in one click.
This is the table you need when a file’s extension can’t be trusted: open the file in any hex viewer, read its first bytes and match them here. It is a core technique in file-format debugging, upload validation and digital forensics — and it runs entirely in your browser, since no file is ever uploaded or read by a server.
How to use File Signatures (Magic Numbers)
- Open the file you want to identify in a hex viewer or editor and note its first bytes.
- Paste or type those hex bytes into the search box — for example 25 50 44 46.
- Alternatively, search by format name or extension to find the signature a format should have.
- Use the category chips to narrow results to images, archives, executables and so on.
- Compare the listed offset — some signatures start past byte 0 — and copy the hex signature if you need it elsewhere.