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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 횠횎횕쨔챰짠처 | 111011011001101010100000111011011001101010001110111011011001101010010101111011001010100010010100111011001011000110110000111011001010011110100000111011001011001010011000 | ed9aa0ed9a8eed9a95eca894ecb1b0eca7a0ecb298 |
UHC | 횠횎횕쨔챰짠처 | 1100001110011000110000111000101011000011100011111100001010111001110000111011000111000010101001111100001110110011 | c398c38ac38fc2b9c3b1c2a7c3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)