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 | 10001011011101000011111110001011011101000011111101000010 | 8b743f8b743f42 |
EUC-JP | 逆?逆?B | 10110101110101010011111110110101110101010011111101000010 | b5d53fb5d53f42 |
UTF-8 | 逆춟逆춟B | 11101001100000001000011011101100101101101001111111101001100000001000011011101100101101101001111101000010 | e98086ecb69fe98086ecb69f42 |
UHC | 逆춟逆춟B | 111001101011110110101101011110101110011010111101101011010111101001000010 | e6bdad7ae6bdad7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)