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 | 已???^ | 100110111101111100111111001111110011111101011110 | 9bdf3f3f3f5e |
EUC-JP | 已???^ | 110101101110000100111111001111110011111101011110 | d6e13f3f3f5e |
UTF-8 | 已곡렭렖^ | 11100101101101111011001011101010101100111010000111101011101000001010110111101011101000001001011001011110 | e5b7b2eab3a1eba0adeba0965e |
UHC | 已곡렭렖^ | 111011001010101110110000111011101000111010111010100011101010101101011110 | ecabb0ee8eba8eab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)