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 旺^ 100010011010000001011110 89a05e
EUC-JP 旺^ 101100101010001001011110 b2a25e
UTF-8 旺^ 11100110100101111011101001011110 e697ba5e
UHC 旺^ 111010001101101001011110 e8da5e

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