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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 召悅フ | 100011111010001011111010101111011111001010100001111100011010001011001100 | 8fa2fabdf2a1f1a2cc |
| EUC-JP | 召???フ | 10111110101001000011111100111111001111111000111011001100 | bea43f3f3f8ecc |
| UTF-8 | 召悅フ | 111001011000111110101100111001101000001010000101111011101000011110011000111011101000010010011101111011111011111010001100 | e58face68285ee8798ee849defbe8c |
| UHC | 召悅??? | 11100001101011111110011011101101001111110011111100111111 | e1afe6ed3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)