Hash converters accept any file as input — they read the raw bytes and produce a fixed-length fingerprint that uniquely identifies the contents. Two files with even one byte different produce wildly different hashes; identical files produce identical hashes. This is the property that makes hashes useful for integrity checking and content-addressable storage.
How to open
Drop any file: PDF, image, video, archive, executable, plain text. The converter reads its bytes and computes the digest. Output is a small text file containing the hex hash and the original filename.