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 ?v 0011111101110110 3f76
SJIS-WIN 造v 100100011010001001110110 91a276
EUC-JP 造v 110000101010010001110110 c2a476
UTF-8 造v 11101001100000001010000001110110 e980a076
UHC 造v 111100001110001101110110 f0e376

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