Calculator/Computer Calculator/ Unicode Calculator

What is Unicode?

Unicode is an international standard designed to consistently represent and handle all characters in the world on computers.

Main Encoding Methods

ASCII

7비트, 영문 대소문자 및 기본 기호만 표현 (128자)

UTF-8

Variable length (1-4 bytes), ASCII compatible, web standard

UTF-16

Variable length (2-4 bytes), most BMP characters in 2 bytes

Type a string to quickly convert and view it in ASCII, UTF-16, UTF-8, HTML entities, or URL encoding.

Input


Sample Data
Character Count: 0
Byte Count: 0
Code Point Count: 0

Result


ASCII

-

Unicode(UTF-16)

-

Unicode(UTF-8) Hex

-

HTML Entity

-

URL Encoding

-

Detailed Character Analysis

UTF-8 Encoding Visualization

1. Unicode Code Point

-

2. UTF-8 Encoding Process

-

3. Final Result

-

Frequently Asked Questions

What is the difference between UTF-8 and UTF-16?

UTF-8 is mainly used on the web and has good ASCII compatibility. UTF-16 is efficient for East Asian characters and is used in Java/Windows.

Why do Korean characters appear broken on the web?

Usually due to missing charset declaration or server/client encoding mismatch. Check .

How many bytes are emojis?

Most emojis are encoded as 4 bytes in UTF-8. (Example: 😊 = F0 9F 98 8A)