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 | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 孩鶩BF | 100110110111011111101010010011100100001001000110 | 9b77ea4e4246 |
EUC-JP | 孩鶩BF | 110101011101100011110011101011110100001001000110 | d5d8f3af4246 |
UTF-8 | 孩鶩BF | 1110010110101101101010011110100110110110101010010100001001000110 | e5ada9e9b6a94246 |
UHC | 孩鶩BF | 111110101010100111011001110100000100001001000110 | faa9d9d04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)