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 | 信?^ | 10010000010011010011111101011110 | 904d3f5e |
| EUC-JP | 信?^ | 10111111101011100011111101011110 | bfae3f5e |
| UTF-8 | 信掠^ | 11100100101111111010000111101111101001011011010101011110 | e4bfa1efa5b55e |
| UHC | 信掠^ | 1110001111100001111001011011000101011110 | e3e1e5b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)