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 ½¬ 1011110110101100 bdac
SJIS-WIN ?¬ 001111111000000111001010 3f81ca
EUC-JP 001111111010001011001100 3fa2cc
UTF-8 ½¬ 11000010101111011100001010101100 c2bdc2ac
UHC ½? 101010001111011000111111 a8f63f

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