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 | 1110011001000010100010111110110110000010101101110100001001000110 | e6428bed82b74246 |
EUC-JP | 襭駈すBF | 1110101110100011101101101110111110100100101110010100001001000110 | eba3b6efa4b94246 |
UTF-8 | 襭駈すBF | 1110100010100101101011011110100110100111100010001110001110000001100110010100001001000110 | e8a5ade9a788e381994246 |
UHC | ??すBF | 001111110011111110101010101110010100001001000110 | 3f3faab94246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)