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 | 樗槃 | 10010010100101001001111011001111 | 92949ecf |
EUC-JP | 樗槃 | 11000011111101001101110011010001 | c3f4dcd1 |
UTF-8 | 樗槃 | 111001101010100010010111111001101010011110000011 | e6a897e6a783 |
UHC | 樗槃 | 11101110110000001101101011101001 | eec0dae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)