Unicode Converter

Convert text ⇄ Unicode code points in decimal or hexadecimal, and explore the full Unicode set.

Full Unicode Table (U+0000–U+10FFFF)

Code
Character
Code
Character
Code
Character
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
!
34
"
35
#
36
$
37
%
38
&
39
'
40
(
41
)
42
*
43
+
44
,
45
-
46
.
47
/
48
0
49
1
50
2

Frequently Asked Questions

What is Unicode?

Unicode is a universal character encoding standard. It assigns a unique number (code point) to every character, symbol, or emoji, regardless of the platform, program, or language.

Why is Unicode important?

Unicode is crucial for global software and web development. It allows computers to consistently represent and process text from diverse languages and scripts, enabling international communication and data exchange.

What is a Unicode code point?

A Unicode code point is the unique numerical value assigned to a specific character in the Unicode standard. It can be represented in decimal (e.g., 65) or hexadecimal (e.g., U+0041) for the letter 'A'.

How is Unicode different from UTF-8?

Unicode is the standard that defines characters and their code points. UTF-8 is an encoding scheme that specifies how to represent those code points in bytes. UTF-8 is one common way to implement Unicode.

What is the range of Unicode characters?

The Unicode standard defines code points from U+0000 to U+10FFFF, encompassing over 149,000 characters from modern and historic scripts, as well as symbols and emojis.

Can Unicode represent emojis?

Yes, emojis are part of the Unicode standard. Each emoji has its own unique Unicode code point, allowing them to be displayed consistently across different devices and platforms.

Related Tools