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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 大}大{^ | 10010001111001010111110110010001111001010111101101011110 | 91e57d91e57b5e |
EUC-JP | 大}大{^ | 11000010111001110111110111000010111001110111101101011110 | c2e77dc2e77b5e |
UTF-8 | 大}大{^ | 111001011010010010100111011111011110010110100100101001110111101101011110 | e5a4a77de5a4a77b5e |
UHC | 大}大{^ | 11010011110111100111110111010011110111100111101101011110 | d3de7dd3de7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)