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 | 瑣犁 | 111100001110000111100000111100101110000010110011 | f0e1e0f2e0b3 |
| EUC-JP | ?瑣犁 | 0011111111100000111101001110000010110101 | 3fe0f4e0b5 |
| UTF-8 | 瑣犁 | 111011101000001010100000111001111001000110100011111001111000101010000001 | ee82a0e791a3e78a81 |
| UHC | ??犁 | 00111111001111111101011111100000 | 3f3fd7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)