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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 灌牘扣牘 | 1001111111110011111000001010111110011101010010101110000010101111 | 9ff3e0af9d4ae0af |
| EUC-JP | 灌牘扣牘 | 1101111011110101111000001011000111011001101010111110000010110001 | def5e0b1d9abe0b1 |
| UTF-8 | 灌牘扣牘 | 111001111000000110001100111001111000100110011000111001101000100110100011111001111000100110011000 | e7818ce78998e689a3e78998 |
| UHC | 灌牘?牘 | 11001110101101001101010010111010001111111101010010111010 | ceb4d4ba3fd4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)