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 ?o 0011111101101111 3f6f
SJIS-WIN 鄕o 111110111011100001101111 fbb86f
EUC-JP ?o 0011111101101111 3f6f
UTF-8 鄕o 11101001100001001001010101101111 e984956f
UHC 鄕o 111110101100000101101111 fac16f

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