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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 姚???^ | 100110110100110000111111001111110011111101011110 | 9b4c3f3f3f5e |
| EUC-JP | 姚???^ | 110101011010110100111111001111110011111101011110 | d5ad3f3f3f5e |
| UTF-8 | 姚붡띴퐦^ | 11100101101001111001101011101011101101101010000111101011100111011011010011101101100100001010011001011110 | e5a79aebb6a1eb9db4ed90a65e |
| UHC | 姚붡띴퐦^ | 111010001110111010010100110100011000110111100100101111011000111101011110 | e8ee94d18de4bd8f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)