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 | 謝治粤 | 100011101101001110001110101000011110001011100011 | 8ed38ea1e2e3 |
| EUC-JP | 謝治粤 | 101111001101010110111100101000111110010011100101 | bcd5bca3e4e5 |
| UTF-8 | 謝治粤 | 111010001010110010011101111001101011001010111011111001111011001010100100 | e8ac9de6b2bbe7b2a4 |
| UHC | 謝治? | 1101111011110011111101101011110100111111 | def3f6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)