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 | 挌絲柾 | 100111010110011111100011010011101001011010001111 | 9d67e34e968f |
| EUC-JP | 挌絲柾 | 110110011100100011100101101011111100101111101111 | d9c8e5afcbef |
| UTF-8 | 挌絲柾 | 111001101000110010001100111001111011010110110010111001101001111110111110 | e68c8ce7b5b2e69fbe |
| UHC | ?絲柾 | 0011111111011110111010101110111111011110 | 3fdeeaefde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)