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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | ?勝^ | 00111111100011111001111101011110 | 3f8f9f5e |
| EUC-JP | ?勝^ | 00111111101111101010000101011110 | 3fbea15e |
| UTF-8 | 챙勝^ | 11101100101100011001100111100101100010111001110101011110 | ecb199e58b9d5e |
| UHC | 챙勝^ | 1100001110101100111000111010110101011110 | c3ace3ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)