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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 狐耕?齬棠^ | 10001100110011111000110101101011001111111110101010010111100111101010100101011110 | 8ccf8d6b3fea979ea95e |
| EUC-JP | 狐耕?齬棠^ | 10111000110100011011100111001100001111111111001111110111110111001010101101011110 | b8d1b9cc3ff3f7dcab5e |
| UTF-8 | 狐耕깥齬棠^ | 11100111100010111001000011101000100000001001010111101010101110011010010111101001101111011010110011100110101000111010000001011110 | e78b90e88095eab9a5e9bdace6a3a05e |
| UHC | 狐耕깥齬棠^ | 1111101111001111110011001110100110110001111110011110010111100001110100111101011001011110 | fbcfcce9b1f9e5e1d3d65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)