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 | 陌攻 | 11101000100110011000110101010101 | e8998d55 |
| EUC-JP | 陌攻 | 11101111111110011011100110110110 | eff9b9b6 |
| UTF-8 | 陌攻 | 111010011001100110001100111001101001010010111011 | e9998ce694bb |
| UHC | 陌攻 | 11011000111010001100110111110100 | d8e8cdf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)