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 | ?煮? | 00111111100011101100111100111111 | 3f8ecf3f |
| EUC-JP | ?煮洧 | 001111111011110011010001100011111100011110110100 | 3fbcd18fc7b4 |
| UTF-8 | 뤂煮洧 | 111010111010010010000010111001111000010110101110111001101011010010100111 | eba482e785aee6b4a7 |
| UHC | 뤂煮洧 | 100011111011001111101101101101001110101011111011 | 8fb3edb4eafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)