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 | ???I | 00111111001111110011111101001001 | 3f3f3f49 |
| SJIS-WIN | 轜翠勧I | 11100111011111101001000010001001100010101010100101001001 | e77e90898aa949 |
| EUC-JP | 轜翠勧I | 11101101110111111011111111101001101101001010101101001001 | eddfbfe9b4ab49 |
| UTF-8 | 轜翠勧I | 11101000101111011001110011100111101111111010000011100101100010111010011101001001 | e8bd9ce7bfa0e58ba749 |
| UHC | ?翠?I | 0011111111110110101010000011111101001001 | 3ff6a83f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)