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.
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.
Use Hamming distance for equal-length codes, fixed-width labels and transmission test vectors where insertions and deletions are not allowed.
The local calculation segments both inputs into graphemes, rejects unequal counts, then compares corresponding positions without changing either value.
karolin and kathrin differ at three aligned positions, so their Hamming distance is 3.
The calculation is deterministic and explains validation errors instead of silently changing invalid input.
Input and output remain in this tab. Copy and download happen through browser APIs without a server upload.
Every run reports its tool mode, timestamp and input/output size so transformed data can be audited.