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 | ??O | 001111110011111101001111 | 3f3f4f |
| SJIS-WIN | 嶢?O | 10011011110100000011111101001111 | 9bd03f4f |
| EUC-JP | 嶢?O | 11010110110100100011111101001111 | d6d23f4f |
| UTF-8 | 嶢렎O | 11100101101101101010001011101011101000001000111001001111 | e5b6a2eba08e4f |
| UHC | 嶢렎O | 1110100011110010100011101010010001001111 | e8f28ea44f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)