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 | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
SJIS-WIN | 鄭?????@h | 100100110100000100111111001111110011111100111111001111110100000001101000 | 93413f3f3f3f3f4068 |
EUC-JP | 鄭?????@h | 110001011010001000111111001111110011111100111111001111110100000001101000 | c5a23f3f3f3f3f4068 |
UTF-8 | 鄭뀜렰꿱렣렕@h | 1110100110000100101011011110101110000000100111001110101110100000101100001110101010111111101100011110101110100000101000111110101110100000100101010100000001101000 | e984adeb809ceba0b0eabfb1eba0a3eba0954068 |
UHC | 鄭뀜렰꿱렣렕@h | 1110111111110111101100101111000110001110101111011011001011101000100011101011010010001110101010100100000001101000 | eff7b2f18ebdb2e88eb48eaa4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)