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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 穽?犢倚 | 11100010011101100011111111100000101101111001100011011111 | e2763fe0b798df |
| EUC-JP | 穽?犢倚 | 11100011110101110011111111100000101110011101000011100001 | e3d73fe0b9d0e1 |
| UTF-8 | 穽펨犢倚 | 111001111010100110111101111011011000111010101000111001111000101010100010111001011000000010011010 | e7a9bded8ea8e78aa2e5809a |
| UHC | 穽펨犢倚 | 1110111111110000110001101110100011010100101110111110101111101111 | eff0c6e8d4bbebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)