Type your text and see it hashed by multiple lightweight algorithms side by side, so you can compare speed and distribution.
Hash tables, checksums, sharding and deduplication — anywhere you need a fast fingerprint but not security.
Different algorithms distribute values differently; seeing them together helps you pick one for hash tables or bucketing.
No — never use simple hashes for passwords. Use bcrypt, scrypt or Argon2 instead.