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 ?] 0011111101011101 3f5d
SJIS-WIN 愛] 100010001010010001011101 88a45d
EUC-JP 愛] 101100001010011001011101 b0a65d
UTF-8 愛] 11100110100001001001101101011101 e6849b5d
UHC 愛] 111001001111000101011101 e4f15d

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