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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 樗???轢 | 10010010100101000011111100111111001111111110011110000000 | 92943f3f3fe780 |
| EUC-JP | 樗???轢 | 11000011111101000011111100111111001111111110110111100000 | c3f43f3f3fede0 |
| UTF-8 | 樗골렰멸轢 | 111001101010100010010111111010101011001110101000111010111010000010110000111010111010100110111000111010001011110110100010 | e6a897eab3a8eba0b0eba9b8e8bda2 |
| UHC | 樗골렰멸轢 | 11101110110000001011000011110001100011101011110110111000111010101101010111111001 | eec0b0f18ebdb8ead5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)