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 | ???u^ | 0011111100111111001111110111010101011110 | 3f3f3f755e |
| SJIS-WIN | 羣蔕瓲u^ | 1110001110111000111001001111011011100001010001010111010101011110 | e3b8e4f6e145755e |
| EUC-JP | 羣蔕瓲u^ | 1110011010111010111010001111100011100001101001100111010101011110 | e6bae8f8e1a6755e |
| UTF-8 | 羣蔕瓲u^ | 1110011110111110101000111110100010010100100101011110011110010011101100100111010101011110 | e7bea3e89495e793b2755e |
| UHC | ???u^ | 0011111100111111001111110111010101011110 | 3f3f3f755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)