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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 獨跌嫉BF | 1110000011010101111001101110100110001110101110010100001001000110 | e0d5e6e98eb94246 |
EUC-JP | 獨跌嫉BF | 1110000011010111111011001110101110111100101110110100001001000110 | e0d7ecebbcbb4246 |
UTF-8 | 獨跌嫉BF | 1110011110001101101010001110100010110111100011001110010110101011100010010100001001000110 | e78da8e8b78ce5ab894246 |
UHC | 獨跌嫉BF | 1101010010111100111100101111011011110010111011000100001001000110 | d4bcf2f6f2ec4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)