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 | 拜崗 | 10011101011000001001101110111100 | 9d609bbc |
EUC-JP | 拜崗 | 11011001110000011101011010111110 | d9c1d6be |
UTF-8 | 拜崗 | 111001101000101110011100111001011011010010010111 | e68b9ce5b497 |
UHC | 拜崗 | 11011011110010001100101110101011 | dbc8cbab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)