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 | 척횒챵청횕횢찾 | 111011001011001010011001111011011001101010010010111011001011000110110101111011001011001010101101111011011001101010010101111011011001101010100010111011001011000010111110 | ecb299ed9a92ecb1b5ecb2aded9a95ed9aa2ecb0be |
UHC | 척횒챵청횕횢찾 | 1100001110110100110000111000110111000011101100101100001110111011110000111000111111000011100110011100001110100011 | c3b4c38dc3b2c3bbc38fc399c3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)