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 | 社?^ | 10001110110100000011111101011110 | 8ed03f5e |
| EUC-JP | 社?^ | 10111100110100100011111101011110 | bcd23f5e |
| UTF-8 | 社罹^ | 11100111101001001011111011101111101001111010011001011110 | e7a4beefa7a65e |
| UHC | 社罹^ | 1101111011100100111011001011101001011110 | dee4ecba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)