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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ??昱??? | 00111111001111111111101001100011001111110011111100111111 | 3f3ffa633f3f3f |
| EUC-JP | ??昱??? | 0011111100111111100011111100001010101101001111110011111100111111 | 3f3f8fc2ad3f3f3f |
| UTF-8 | 綎렲昱골렰렮 | 111001111011011010001110111010111010000010110010111001101001100010110001111010101011001110101000111010111010000010110000111010111010000010101110 | e7b68eeba0b2e698b1eab3a8eba0b0eba0ae |
| UHC | 綎렲昱골렰렮 | 111011111111001010001110101111111110100111110000101100001111000110001110101111011000111010111011 | eff28ebfe9f0b0f18ebd8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)