Unicode Converter

Convert between text and Unicode encoding with multiple output formats

Input
Characters: 0
Code Points: 0
Output
Characters: 0

Code Point Details (click to copy)

Enter text to display code points for each character

What is Unicode?

Unicode is an industry standard in computing that encodes most of the world's writing systems. Each Unicode character has a unique numeric identifier called a Code Point, typically represented in hexadecimal with a U+ prefix, such as U+4E2D for the Chinese character '中'.

Format Description

  • \uXXXX format: Common escape format in JavaScript/Java, e.g. \u4f60
  • U+XXXX format: Unicode standard notation, e.g. U+4F60