What is a Unicode escape sequence?
A Unicode escape represents a character using a hexadecimal code point such as A for the letter A.
Developer
Convert Unicode escape sequences into readable text and encode text into Unicode escapes.
Convert Unicode escape sequences into readable text and encode text into Unicode escapes.
This tool runs in your browser. Your input is processed locally and is not uploaded.
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.
A Unicode escape represents a character using a hexadecimal code point such as A for the letter A.
They are commonly used in JSON, source code and systems that need a portable text representation.
Yes. Unicode escape sequences can be converted back into normal readable text.