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 | 111001111110011110011111101101101110011111100111100111111011011001000010 | e7e79fb6e7e79fb642 |
EUC-JP | 鉗涕鉗涕B | 111011101110100111011110101110001110111011101001110111101011100001000010 | eee9deb8eee9deb842 |
UTF-8 | 鉗涕鉗涕B | 11101001100010011001011111100110101101101001010111101001100010011001011111100110101101101001010101000010 | e98997e6b695e98997e6b69542 |
UHC | 鉗涕鉗涕B | 110011001100011011110100111100011100110011000110111101001111000101000010 | ccc6f4f1ccc6f4f142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)