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 | ??襄森 | 001111110011111111100101111101011001000001011000 | 3f3fe5f59058 |
| EUC-JP | 搔?襄森 | 1000111111000000110010110011111111101010111101111011111110111001 | 8fc0cb3feaf7bfb9 |
| UTF-8 | 搔빝襄森 | 111001101001000010010100111010111011100110011101111010001010010110000100111001101010001110101110 | e69094ebb99de8a584e6a3ae |
| UHC | 搔빝襄森 | 1110000110111000100101011011101111100101110100011101111110110101 | e1b895bbe5d1dfb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)