Developer
Unicode Escape Converter
Convert Unicode escape sequences into readable text and encode text into Unicode escapes.
Tool
Loading tool...
About this Tool
Use this free Unicode escape converter to convert text into Unicode escape sequences and decode escaped strings back into readable characters. Useful for JSON, source code and debugging.
Examples
- Hello
- äöü
- 你好
Frequently Asked Questions
What is a Unicode escape sequence?
A Unicode escape represents a character using a hexadecimal code point such as A for the letter A.
Why are Unicode escapes used?
They are commonly used in JSON, source code and systems that need a portable text representation.
Can I decode escaped JSON strings?
Yes. Unicode escape sequences can be converted back into normal readable text.
Related Tools
JSON Prettifier
Format and beautify JSON data with proper indentation and readable structure.
JSON to YAML Converter
Convert JSON documents into YAML format instantly.
JSON to XML Converter
Convert JSON data into XML format quickly and easily.
ISO Date Converter
Convert ISO date strings and timestamps into human-readable formats.
cURL to Fetch Converter
Convert cURL requests into modern JavaScript fetch() code.
cURL to Node.js Converter
Convert cURL commands into Node.js request code.