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 愁^ 100011110100010001011110 8f445e
EUC-JP 愁^ 101111011010010101011110 bda55e
UTF-8 愁^ 11100110100001001000000101011110 e684815e
UHC 愁^ 111000011111111001011110 e1fe5e

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