Text Normalizer
Apply Unicode normalization (NFC, NFD, NFKC, NFKD) to text.
Runs locally · Nothing uploaded
Text to normalize
Normalized text
Result will appear here…Advertisement
About Text Normalizer
Normalizes text to one of the four Unicode normalization forms. NFC composes accented characters into single code points; NFD decomposes them; the K variants also fold compatibility characters like ligatures and full-width letters. Fixes strings that look identical but fail equality checks, and pairs well with the UTF-8 Inspector.
Related tools
EncodingRuns locally in your browser.UTF-8 InspectorSee the code points and UTF-8 bytes behind every character.Text & RegexRuns locally in your browser.Whitespace TrimmerTrim leading and trailing whitespace from every line.EncodingRuns locally in your browser.Unicode EscaperConvert characters to \uXXXX escape sequences.