U+Unicode Converter
Convert between Unicode escapes and text
What is Unicode Escape Conversion?
Unicode escaping represents non-ASCII characters — such as Korean, Chinese, Japanese, or emoji — as \uXXXX code points. It is used to safely encode multilingual characters in JavaScript source files, JSON files, and Java property files, or conversely to restore escaped strings back into human-readable text.
How to Use
- Select Text → Unicode to convert text into Unicode escape sequences.
- Select Unicode → Text to restore an escaped string back to readable text.
- Enter your content in the input field and click Convert.
- Once the result appears, click the copy button to copy it to your clipboard.