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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
EUC-JP | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
UTF-8 | 챨짱쨍챔횊쨩h | 11101100101100011010100011101100101001111011000111101100101010001000110111101100101100011001010011101101100110101000101011101100101010001010100101101000 | ecb1a8eca7b1eca88decb194ed9a8aeca8a968 |
UHC | 챨짱쨍챔횊쨩h | 11000011101100001100001010101111110000101011100011000011101010001100001110001000110000101011101101101000 | c3b0c2afc2b8c3a8c388c2bb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)