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 111010001101010101110110 e8d576
EUC-JP 靱v 111100001101011101110110 f0d776
UTF-8 靱v 11101001100111011011000101110110 e99db176
UHC ?v 0011111101110110 3f76

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