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^ | 00111111001111110111000001011110 | 3f3f705e |
| SJIS-WIN | 鬥ョp^ | 1110100110100110101011100111000001011110 | e9a6ae705e |
| EUC-JP | 鬥ョp^ | 111100101010100010001110101011100111000001011110 | f2a88eae705e |
| UTF-8 | 鬥ョp^ | 1110100110101100101001011110111110111101101011100111000001011110 | e9aca5efbdae705e |
| UHC | ??p^ | 00111111001111110111000001011110 | 3f3f705e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)