Free · No signup needed
Unicode Normalizer
Two strings can look identical and still fail an equality check, because the same character can be encoded as one composed codepoint or several combined ones. Pick a normalization form to make comparisons reliable.
Normalization form
Pick the form your target system expects
Input
Output NFC
0
Input codepoints
0
Output codepoints
0
UTF-8 bytes
identical
Comparison status
Codepoint diff output vs input, changed codepoints are highlighted
Type something above to see each codepoint.
Try
