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 | 跣幟跣幟^ | 111001101110111110011011111011101110011011101111100110111110111001011110 | e6ef9beee6ef9bee5e |
EUC-JP | 跣幟跣幟^ | 111011001111000111010110111100001110110011110001110101101111000001011110 | ecf1d6f0ecf1d6f05e |
UTF-8 | 跣幟跣幟^ | 11101000101101111010001111100101101110011001111111101000101101111010001111100101101110011001111101011110 | e8b7a3e5b99fe8b7a3e5b99f5e |
UHC | 跣幟跣幟^ | 111000001101001111110110101110101110000011010011111101101011101001011110 | e0d3f6bae0d3f6ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)