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