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 | 11101001111100100011111111101001111100100011111101000010 | e9f23fe9f23f42 |
EUC-JP | 鶯?鶯?B | 11110010111101000011111111110010111101000011111101000010 | f2f43ff2f43f42 |
UTF-8 | 鶯퉚鶯퉚B | 11101001101101101010111111101101100010011001101011101001101101101010111111101101100010011001101001000010 | e9b6afed899ae9b6afed899a42 |
UHC | 鶯퉚鶯퉚B | 111001011010001110111001011011101110010110100011101110010110111001000010 | e5a3b96ee5a3b96e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)