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 | ????O | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
| SJIS-WIN | 題???O | 100100011110100000111111001111110011111101001111 | 91e83f3f3f4f |
| EUC-JP | 題?釪?O | 1100001011101010001111111000111111100011101011010011111101001111 | c2ea3f8fe3ad3f4f |
| UTF-8 | 題렍釪렊O | 11101001101000011000110011101011101000001000110111101001100001111010101011101011101000001000101001001111 | e9a18ceba08de987aaeba08a4f |
| UHC | 題렍釪렊O | 111100001011100110001110101000111110100111101001100011101010000101001111 | f0b98ea3e9e98ea14f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)