This tool converts any character to the Unicode encoding format commonly used by JavaScript/JSON (e.g., \u4e2d
) and supports reverse decoding.
Encoding: For example, 中文
→ \u4e2d\u6587
Decoding: For example, \u4e2d\u6587
→ 中文
Supports the Basic Multilingual Character Set (BMP), excluding surrogate pairs