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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 蟐、謇ソB | 11100101101010101010010011100110100010011011111101000010 | e5aaa4e689bf42 |
| EUC-JP | 蟐、謇ソB | 111010101010110010001110101001001110101111101001100011101011111101000010 | eaac8ea4ebe98ebf42 |
| UTF-8 | 蟐、謇ソB | 11101000100111111001000011101111101111011010010011101000101011001000011111101111101111011011111101000010 | e89f90efbda4e8ac87efbdbf42 |
| UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)