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 | 栓?^ | 10010000111100000011111101011110 | 90f03f5e |
| EUC-JP | 栓萊^ | 110000001111001010001111110110001100011101011110 | c0f28fd8c75e |
| UTF-8 | 栓萊^ | 11100110101000001001001111101000100100001000101001011110 | e6a093e8908a5e |
| UHC | 栓萊^ | 1110111011111011110101011101000101011110 | eefbd5d15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)