Unicode Converter
Convert text to Unicode code points, escape sequences, and HTML entities online for free.
U+0048 U+0065 U+006C U+006C U+006F U+0020 U+1F30D U+0020 U+00D1 U+006F U+00F1 U+006F
Hello \u{1F30D} \u00D1o\u00F1o
Hello \1F30D \D1 o\F1 o
Hello 🌍 Ñoño
Hello%20%F0%9F%8C%8D%20%C3%91o%C3%B1o
Character Breakdown
| Char | Code Point | Decimal | Hex |
|---|---|---|---|
| H | U+0048 | 72 | 0x0048 |
| e | U+0065 | 101 | 0x0065 |
| l | U+006C | 108 | 0x006C |
| l | U+006C | 108 | 0x006C |
| o | U+006F | 111 | 0x006F |
| · | U+0020 | 32 | 0x0020 |
| 🌍 | U+1F30D | 127757 | 0x1F30D |
| · | U+0020 | 32 | 0x0020 |
| Ñ | U+00D1 | 209 | 0x00D1 |
| o | U+006F | 111 | 0x006F |
| ñ | U+00F1 | 241 | 0x00F1 |
| o | U+006F | 111 | 0x006F |
Decode Unicode Escapes
關於此工具
Convert any text to Unicode code points (U+XXXX), JavaScript escape sequences (\uXXXX), CSS escape sequences, and HTML numeric entities — and back again.
使用方法
Enter Text
Type or paste text or Unicode escape sequences.
View Conversions
See all Unicode representations instantly.
Copy
Copy any representation to use in your code.
使用場景
Internationalization
Inspect and convert Unicode characters for i18n and encoding work.
常見問題
What is a code point?
A Unicode code point is a unique number assigned to each character, written as U+XXXX in hexadecimal.