DevTools Surf logoDevTools Surf
AI / Modern DevAnimation / CSSAPI / Config
Sign in
DevTools Surf logoDevTools Surf
AI / Modern DevAnimation / CSSAPI / Config
Sign in
HomeText / StringUnicode Normalizer

About Unicode Normalizer

Unicode Normalizer preview - Text / String tool

Normalize Unicode text between NFC, NFD, NFKC, and NFKD forms. Part of the DevTools Surf developer suite. Browse more tools in the Text / String collection.

Use Cases

  • Backend developers fixing string comparison bugs across locales
  • Data engineers deduplicating records with mixed Unicode forms
  • macOS/Windows cross-platform teams resolving filename mismatches
  • Search engineers normalizing user queries for consistent indexing

Tips

  • Use NFC for web content to ensure consistent rendering
  • Compare NFD and NFC to debug string matching failures
  • Apply NFKC to normalize fullwidth characters to ASCII

Fun Facts

  • Unicode normalization was formalized in Unicode Technical Report #15, first published in 1999 — the four forms (NFC, NFD, NFKC, NFKD) handle the 'e with acute' problem differently.
  • The character 'fi' can be represented as one codepoint (U+FB01, the fi ligature) or two (f + i) — NFKD decomposes ligatures while NFC preserves them, causing silent search failures.
  • Apple's macOS filesystem (APFS) stores filenames in NFD form, while Windows uses NFC — this mismatch causes cross-platform file sync bugs that have plagued Dropbox and Git for years.

FAQ

What are the four normalization forms?
NFC (composed, canonical — café as one character), NFD (decomposed — café as c + a + f + combining-acute + e), NFKC (composed + compatibility — ff ligature → ff), NFKD (decomposed + compatibility). NFC is the web default.
Which form should I use?
NFC for everything user-facing (storage, display, search indexing). NFD for typography processing. NFKC/NFKD only for search normalization — they're lossy.
Why does normalization matter?
Two visually-identical strings can compare as different if they use different normalization. Login comparisons, cache keys, and file name matching need consistent normalization.
Will it change visible characters?
NFC/NFD roundtrip losslessly. NFKC/NFKD may change ligatures, superscripts, and compatibility characters to their 'simple' forms — visible but usually equivalent.

Related Text / String Tools

URL EncoderURL DecoderHTML Entity EncodeHTML Entity DecodeJWT DecoderLorem Ipsum GeneratorWord CounterText Diff
New · Flagshipsimple REST client

REST Handler — Collections, env vars, history, cURL converter

Send requests, save collections (nested), swap environments, and convert between cURL / Collection JSON / REST Handler YAML.

Open

Popular tools

The most-used tools on DevToolsSurf, one click away.

Encoding & crypto

  • Base64 Encode
  • Base64 Decode
  • URL Encoder
  • URL Decoder
  • Hash Generator
  • JWT Decoder
  • JWT Encoder
  • UUID Generator
  • ULID Generator
  • Password Generator
  • Bcrypt Hash Tester

Converters

  • CSV to JSON
  • JSON to CSV
  • XML to JSON
  • JSON to XML
  • HTML → Markdown
  • HTML → React JSX
  • cURL to Code
  • Collection JSON → cURL
  • Swagger to Collection JSON
  • JSON → Go Struct
  • JSON → TypeScript Types

JSON & YAML

  • JSON Formatter
  • JSON Validator
  • JSON Viewer
  • JSON Minifier
  • JSON Diff
  • JSONPath Tester
  • YAML Formatter
  • YAML to JSON
  • JSON to YAML

Text & regex

  • Regex Tester
  • Text Diff
  • Case Converter
  • Word Counter
  • Markdown Preview
  • Slug Generator
  • Lorem Ipsum Generator
  • Markdown → PDF

CSS & color

  • CSS Beautifier
  • Minify CSS
  • Color Converter
  • Gradient Generator
  • Contrast Checker
  • Color Palette Generator
  • Flexbox Playground
  • Tailwind → CSS

Generators

  • QR Code Generator
  • Mock Data Generator
  • Favicon Generator
  • .gitignore Builder
  • README.md Generator
  • Dockerfile Generator
  • Sitemap Generator

API & networking

  • REST Handler
  • HTTP Header Analyzer
  • IP Address Lookup
  • CIDR Calculator
  • User-Agent Parser
  • HTTP Status Reference
  • OpenAPI Viewer

Date & time

  • Timestamp Converter
  • Timezone Converter
  • Cron Expression Parser
  • Duration Calculator
  • Age Calculator
  • Date Format Converter

Images

  • Image Converter
  • Image Resizer (Batch)
  • SVG Optimizer
  • Base64 ↔ Image
  • WebP ↔ AVIF Converter
  • Image Compressor

PDF tools

  • PDF Merger
  • PDF Splitter
  • PDF Compressor
  • Markdown → PDF
  • EPUB → PDF
  • MOBI / AZW → PDF
  • DOCX → PDF
  • HTML → PDF

Resources

  • Community feed
  • Themes marketplace
  • Pricing & credits
  • Privacy policy
  • Terms of service
  • Sitemap
  • robots.txt

Your account

  • Sign in
  • Dashboard
  • Run history
  • My profile
  • Settings
DevTools Surf logo
DevTools Surf919+ tools

Fast · privacy-first · client-side · © 2026

Home·Feed·ThemesPricing·Sign inPrivacy·Sitemap Feedback