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\ | 001111110011111100111111001111110110011101011100 | 3f3f3f3f675c |
SJIS-WIN | 趙???g\ | 11100110111000100011111100111111001111110110011101011100 | e6e23f3f3f675c |
EUC-JP | 趙???g\ | 11101100111001000011111100111111001111110110011101011100 | ece43f3f3f675c |
UTF-8 | 趙찔렰렣g\ | 1110100010110110100110011110110010110000100101001110101110100000101100001110101110100000101000110110011101011100 | e8b699ecb094eba0b0eba0a3675c |
UHC | 趙찔렰렣g\ | 11110000111000011100001011110001100011101011110110001110101101000110011101011100 | f0e1c2f18ebd8eb4675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)