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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鵡陌 | 10010110101101111110100010011001 | 96b7e899 |
EUC-JP | 鵡陌 | 11001100101110011110111111111001 | ccb9eff9 |
UTF-8 | 鵡陌 | 111010011011010110100001111010011001100110001100 | e9b5a1e9998c |
UHC | 鵡陌 | 11011001111101111101100011101000 | d9f7d8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)