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 | 11101001111100100011111100111111100010110100110101000010 | e9f23f3f8b4d42 |
EUC-JP | 鶯??貴B | 11110010111101000011111100111111101101011010111001000010 | f2f43f3fb5ae42 |
UTF-8 | 鶯ㅳ렕貴B | 11101001101101101010111111100011100001011011001111101011101000001001010111101000101100101011010001000010 | e9b6afe385b3eba095e8b2b442 |
UHC | 鶯ㅳ렕貴B | 111001011010001110100100111000111000111010101010110011111111111001000010 | e5a3a4e38eaacffe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)