To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?}???~?} | 0011111101111101001111110011111100111111011111100011111101111101 | 3f7d3f3f3f7e3f7d |
SJIS-WIN | ?}???~?} | 0011111101111101001111110011111100111111011111100011111101111101 | 3f7d3f3f3f7e3f7d |
EUC-JP | ?}???~?} | 0011111101111101001111110011111100111111011111100011111101111101 | 3f7d3f3f3f7e3f7d |
UTF-8 | 찼}찼쨀찼~찼} | 111011001011000010111100011111011110110010110000101111001110110010101000100000001110110010110000101111000111111011101100101100001011110001111101 | ecb0bc7decb0bceca880ecb0bc7eecb0bc7d |
UHC | 찼}찼쨀찼~찼} | 11000011101000010111110111000011101000011100001010110011110000111010000101111110110000111010000101111101 | c3a17dc3a1c2b3c3a17ec3a17d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)