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 | ???p^ | 0011111100111111001111110111000001011110 | 3f3f3f705e |
| SJIS-WIN | 轜翠勧p^ | 1110011101111110100100001000100110001010101010010111000001011110 | e77e90898aa9705e |
| EUC-JP | 轜翠勧p^ | 1110110111011111101111111110100110110100101010110111000001011110 | eddfbfe9b4ab705e |
| UTF-8 | 轜翠勧p^ | 1110100010111101100111001110011110111111101000001110010110001011101001110111000001011110 | e8bd9ce7bfa0e58ba7705e |
| UHC | ?翠?p^ | 001111111111011010101000001111110111000001011110 | 3ff6a83f705e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)