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 ?B 0011111101000010 3f42
SJIS-WIN 因B 100010001111011001000010 88f642
EUC-JP 因B 101100001111100001000010 b0f842
UTF-8 因B 11100101100110111010000001000010 e59ba042
UHC 因B 111011001101011101000010 ecd742

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