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^ | 0011111100111111001111110100111101011110 | 3f3f3f4f5e |
| SJIS-WIN | 題??O^ | 100100011110100000111111001111110100111101011110 | 91e83f3f4f5e |
| EUC-JP | 題??O^ | 110000101110101000111111001111110100111101011110 | c2ea3f3f4f5e |
| UTF-8 | 題몇㉢O^ | 1110100110100001100011001110101110101010100001111110001110001001101000100100111101011110 | e9a18cebaa87e389a24f5e |
| UHC | 題몇㉢O^ | 1111000010111001101110001110111010101000101100110100111101011110 | f0b9b8eea8b34f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)