Language Detector
Identify the likely writing system of your text (Devanagari, Arabic, Chinese, Japanese, or Latin) by checking which Unicode script ranges it uses — not true linguistic language detection.
- 1Paste your text
- 2View the detected script/language group
Related Tools
Normalize Unicode
Normalize text to Unicode NFC (Normalization Form Composed) using the browser's built-in normalization — makes visually-identical text byte-comparable.
ASCII to Unicode
Escape non-ASCII (Unicode) characters into \uXXXX notation, leaving standard ASCII characters unchanged — despite the name, this escapes Unicode into an ASCII-safe form, not the reverse.
Case Checker
Detect whether your text is UPPERCASE, lowercase, Title Case, or a mix, by comparing it against each transformed version of itself.
Encoding Detector
Check whether your text is pure ASCII or contains Unicode characters, and if so, identify whether the script is CJK, Arabic, or Devanagari.