Convert between text and Unicode code points
All encoding and decoding operations happen directly in your browser. Your data is never uploaded to any server, ensuring complete privacy and security for your information.
Unicode is a computing industry standard for the consistent encoding, representation, and handling of text expressed in most of the world's writing systems.
Each character in Unicode is assigned a unique code point, which is a numerical value. For example, the character 'A' has the code point U+0041 (decimal 65).
Unicode planes:
Common Unicode formats include decimal code points, hexadecimal notation (U+XXXX), HTML entities (&#XXXXX;), and JavaScript Unicode escapes (\uXXXX).