HomeFNV Hash Generator

FNV Hash Generator

Generate FNV-1 and FNV-1a hash values, supporting 32-bit, 52-bit and 64-bit variants, non-cryptographic hash function

Enter text directly, will be processed as UTF-8



Documentation

This tool generates FNV family hashes with FNV-1 and FNV-1a variants in 32/52/64-bit modes, designed for fast non-cryptographic fingerprinting.

Key Features

  • FNV-1a 32-bit, 52-bit, and 64-bit support
  • FNV-1 32-bit and 64-bit support
  • Text and file input modes
  • Multiple input/output formats with uppercase option

Steps

  1. Select algorithm and input/output formats.
  2. Enter text or upload a file.
  3. Generate and copy the hash output.

Use Cases

  • Hash table keys and fast indexing
  • File deduplication and content bucketing
  • Log sharding and cache routing

Notes

  • FNV is not a cryptographic hash.
  • Do not use it for passwords, signatures, or security integrity checks.
  • Keep algorithm and input encoding consistent for reproducible results.