← Text & List Tools
Text & List Tools · runs locally

Unicode Hamming Distance Calculator

Count differing grapheme positions between two texts that contain exactly the same number of user-perceived characters.

Ready. Your working data stays in this browser.

Why this tool is useful

Use Hamming distance for equal-length codes, fixed-width labels and transmission test vectors where insertions and deletions are not allowed.

How it works

The local calculation segments both inputs into graphemes, rejects unequal counts, then compares corresponding positions without changing either value.

Practical example

karolin and kathrin differ at three aligned positions, so their Hamming distance is 3.

Validation

The calculation is deterministic and explains validation errors instead of silently changing invalid input.

Privacy boundary

Input and output remain in this tab. Copy and download happen through browser APIs without a server upload.

Result passport

Every run reports its tool mode, timestamp and input/output size so transformed data can be audited.