To what bitstring a character(s) is encoded in each character set?

Input one character or short letters and click "Convert."


(UTF-8)
Charset Character Bit string (binary) Bit String (hexadecimal)
ISO-8859-1 ?^ 0011111101011110 3f5e
SJIS-WIN 條^ 100111101000101001011110 9e8a5e
EUC-JP 條^ 110110111110101001011110 dbea5e
UTF-8 條^ 11100110101000101001110101011110 e6a29d5e
UHC 條^ 111100001100100101011110 f0c95e

SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)