Unicode Normalizer
Normalize text to NFC, NFD, NFKC, or NFKD β fix look-alike characters and strip diacritics.
Runs locally in your browser. Your input is not uploaded.
How to Use
- 1
Paste your text
Especially text from mixed sources that fails comparisons.
- 2
Pick a normalization form
NFC for storage, NFKC for search, NFD/NFKD to inspect decomposition.
- 3
Copy the normalized text
Stats show how many code points changed.
Frequently Asked Questions
- Γ© can be one code point (U+00E9) or two (e + combining accent) β visually identical, binarily different. Normalizing both to NFC (or NFD) makes comparison work.
Related Tools
Base64 EncoderEncode text and binary data as Base64Base32 EncoderEncode or decode Base32 per RFC 4648URL EncoderPercent-encode and decode URLsHash GeneratorGenerate MD5, SHA-1, and SHA-256 hashesHMAC GeneratorCreate HMAC signatures with a secret keyBcrypt GeneratorHash and verify passwords with bcryptPassword GeneratorStrong random passwords with strength indicatorPassphrase GeneratorGenerate memorable multi-word passphrases