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 ?[ 0011111101011011 3f5b
SJIS-WIN 冤[ 100110010110110001011011 996c5b
EUC-JP 冤[ 110100011100110101011011 d1cd5b
UTF-8 冤[ 11100101100001101010010001011011 e586a45b
UHC ?[ 0011111101011011 3f5b

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