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 | ??AoBF | 001111110011111101000001011011110100001001000110 | 3f3f416f4246 |
SJIS-WIN | 嶢?AoBF | 10011011110100000011111101000001011011110100001001000110 | 9bd03f416f4246 |
EUC-JP | 嶢?AoBF | 11010110110100100011111101000001011011110100001001000110 | d6d23f416f4246 |
UTF-8 | 嶢렎AoBF | 11100101101101101010001011101011101000001000111001000001011011110100001001000110 | e5b6a2eba08e416f4246 |
UHC | 嶢렎AoBF | 1110100011110010100011101010010001000001011011110100001001000110 | e8f28ea4416f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)