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 | 1110011111101010101010110100001001000110 | e7eaab4246 |
EUC-JP | 鉤ォBF | 111011101110110010001110101010110100001001000110 | eeec8eab4246 |
UTF-8 | 鉤ォBF | 1110100110001001101001001110111110111101101010110100001001000110 | e989a4efbdab4246 |
UHC | 鉤?BF | 1100111111001001001111110100001001000110 | cfc93f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)