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 | 1001000101010101100111111101011001001111 | 91559fd64f |
| EUC-JP | 繕渫O | 1100000110110110110111101101100001001111 | c1b6ded84f |
| UTF-8 | 繕渫O | 11100111101110011001010111100110101110001010101101001111 | e7b995e6b8ab4f |
| UHC | 繕渫O | 1110000011001011111000001101111001001111 | e0cbe0de4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)