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 | ???g\ | 0011111100111111001111110110011101011100 | 3f3f3f675c |
SJIS-WIN | 鞜憺#g\ | 1110100011011111100111001110100110000001100101000110011101011100 | e8df9ce98194675c |
EUC-JP | 鞜憺#g\ | 1111000011100001110110001110101110100001111101000110011101011100 | f0e1d8eba1f4675c |
UTF-8 | 鞜憺#g\ | 1110100110011110100111001110011010000110101110101110111110111100100000110110011101011100 | e99e9ce686baefbc83675c |
UHC | ?憺#g\ | 00111111110100111011110010100011101000110110011101011100 | 3fd3bca3a3675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)