MIME Type & File Signature Lookup
A note on scope
Some formats share identical magic bytes — .docx/.xlsx/.pptx are all ZIP archives underneath, and legacy .doc/.xls/.ppt/.msi all share the same OLE Compound File Binary header — so a magic-byte search for those returns every format that uses it; the extension alone doesn't disambiguate without inspecting the archive/stream contents. Plain-text formats (JSON, YAML, CSV, TXT) have no reliable magic bytes at all. This is a reference only — it doesn't upload, open, or execute files.