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 | 淏ア謔 | 1111101101000010101100011110011010000010 | fb42b1e682 |
| EUC-JP | 淏ア謔 | 10001111110001111101100110001110101100011110101111100010 | 8fc7d98eb1ebe2 |
| UTF-8 | 淏ア謔 | 111001101011011110001111111011111011110110110001111010001010110010010100 | e6b78fefbdb1e8ac94 |
| UHC | 淏?謔 | 1111101111001000001111111111100111001100 | fbc83ff9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)