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 | 11101100101100011010011011101100101010011001000011101101100110001010010111101100101100011001010011101100101001111001110011101100101001111001110101101000 | ecb1a6eca990ed98a5ecb194eca79ceca79d68 |
UHC | 챦쩐혥챔짜짝h | 11000011101011111100001010111110110000101000110111000011101010001100001010100101110000101010011001101000 | c3afc2bec28dc3a8c2a5c2a668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)