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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 躊軫^ | 1110011101010011111001110110011001011110 | e753e7665e |
| EUC-JP | 躊軫^ | 1110110110110100111011011100011101011110 | edb4edc75e |
| UTF-8 | 躊軫^ | 11101000101110101000101011101000101110111010101101011110 | e8ba8ae8bbab5e |
| UHC | 躊軫^ | 1111000111001100111100101110001001011110 | f1ccf2e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)