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 | 灌牘扣牘貉 | 10011111111100111110000010101111100111010100101011100000101011111110011010111001 | 9ff3e0af9d4ae0afe6b9 |
| EUC-JP | 灌牘扣牘貉 | 11011110111101011110000010110001110110011010101111100000101100011110110010111011 | def5e0b1d9abe0b1ecbb |
| UTF-8 | 灌牘扣牘貉 | 111001111000000110001100111001111000100110011000111001101000100110100011111001111000100110011000111010001011001010001001 | e7818ce78998e689a3e78998e8b289 |
| UHC | 灌牘?牘? | 1100111010110100110101001011101000111111110101001011101000111111 | ceb4d4ba3fd4ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)