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 | 野??宜? | 10010110111011000011111100111111100010110101100000111111 | 96ec3f3f8b583f |
| EUC-JP | 野??宜? | 11001100111011100011111100111111101101011011100100111111 | ccee3f3fb5b93f |
| UTF-8 | 野ㅳ굢宜쇔 | 111010011000011110001110111000111000010110110011111010101011010110100010111001011010111010011100111011001000011110010100 | e9878ee385b3eab5a2e5ae9cec8794 |
| UHC | 野ㅳ굢宜쇔 | 11100101101011111010010011100011100000101000100111101011111100011011110011100101 | e5afa4e38289ebf1bce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)