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 | 爭耕?齬棠^ | 11100000101001011000110101101011001111111110101010010111100111101010100101011110 | e0a58d6b3fea979ea95e |
| EUC-JP | 爭耕?齬棠^ | 11100000101001111011100111001100001111111111001111110111110111001010101101011110 | e0a7b9cc3ff3f7dcab5e |
| UTF-8 | 爭耕깥齬棠^ | 11100111100010001010110111101000100000001001010111101010101110011010010111101001101111011010110011100110101000111010000001011110 | e788ade88095eab9a5e9bdace6a3a05e |
| UHC | 爭耕깥齬棠^ | 1110111010110011110011001110100110110001111110011110010111100001110100111101011001011110 | eeb3cce9b1f9e5e1d3d65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)