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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鄭???B | 100100110100000100111111001111110011111101000010 | 93413f3f3f42 |
EUC-JP | 鄭???B | 110001011010001000111111001111110011111101000010 | c5a23f3f3f42 |
UTF-8 | 鄭얠렣렕B | 11101001100001001010110111101100100101101010000011101011101000001010001111101011101000001001010101000010 | e984adec96a0eba0a3eba09542 |
UHC | 鄭얠렣렕B | 111011111111011110111110111011001000111010110100100011101010101001000010 | eff7beec8eb48eaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)