Browser-only tool
MIME sniffer and file signature viewer
Select a file to inspect browser MIME type, extension, and first bytes in hex. Useful for debugging uploads and basic content-type sanity checks.
Browser-only tool
Select a file to inspect browser MIME type, extension, and first bytes in hex. Useful for debugging uploads and basic content-type sanity checks.
Warning: signature detection is heuristic. It does not prove file safety and does not replace backend validation.
Files are read locally in your browser and are not uploaded by this static page.
No. It reads selected bytes locally in the browser.
No. It is a practical hint and should be combined with backend validation.
No. It is not antivirus or malware scanning.
They help detect mismatches between extension, declared MIME type, and probable format.
Yes. Client-side checks are convenience only and must not replace server-side validation.