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 | 簇經??^ | 11100010110001101110001101010011001111110011111101011110 | e2c6e3533f3f5e |
EUC-JP | 簇經??^ | 11100100110010001110010110110100001111110011111101011110 | e4c8e5b43f3f5e |
UTF-8 | 簇經렢렢^ | 11100111101100001000011111100111101101101001001111101011101000001010001011101011101000001010001001011110 | e7b087e7b693eba0a2eba0a25e |
UHC | 簇經렢렢^ | 111100001110101011001100111010001000111010110011100011101011001101011110 | f0eacce88eb38eb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)