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 | ??????N | 00111111001111110011111100111111001111110011111101001110 | 3f3f3f3f3f3f4e |
SJIS-WIN | 鄭?????N | 1001001101000001001111110011111100111111001111110011111101001110 | 93413f3f3f3f3f4e |
EUC-JP | 鄭?????N | 1100010110100010001111110011111100111111001111110011111101001110 | c5a23f3f3f3f3f4e |
UTF-8 | 鄭뀜렰꿱렣렕N | 11101001100001001010110111101011100000001001110011101011101000001011000011101010101111111011000111101011101000001010001111101011101000001001010101001110 | e984adeb809ceba0b0eabfb1eba0a3eba0954e |
UHC | 鄭뀜렰꿱렣렕N | 11101111111101111011001011110001100011101011110110110010111010001000111010110100100011101010101001001110 | eff7b2f18ebdb2e88eb48eaa4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)