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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 灌牘扣牘磆 | 10011111111100111110000010101111100111010100101011100000101011111110000111110101 | 9ff3e0af9d4ae0afe1f5 |
| EUC-JP | 灌牘扣牘磆 | 11011110111101011110000010110001110110011010101111100000101100011110001011110111 | def5e0b1d9abe0b1e2f7 |
| UTF-8 | 灌牘扣牘磆 | 111001111000000110001100111001111000100110011000111001101000100110100011111001111000100110011000111001111010001110000110 | e7818ce78998e689a3e78998e7a386 |
| UHC | 灌牘?牘? | 1100111010110100110101001011101000111111110101001011101000111111 | ceb4d4ba3fd4ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)