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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 挌筮柾 | 100111010110011111100010101011001001011010001111 | 9d67e2ac968f |
| EUC-JP | 挌筮柾 | 110110011100100011100100101011101100101111101111 | d9c8e4aecbef |
| UTF-8 | 挌筮柾 | 111001101000110010001100111001111010110110101110111001101001111110111110 | e68c8ce7adaee69fbe |
| UHC | ?筮柾 | 0011111111011111111110111110111111011110 | 3fdffbefde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)