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 ?x 0011111101111000 3f78
SJIS-WIN 鄕x 111110111011100001111000 fbb878
EUC-JP ?x 0011111101111000 3f78
UTF-8 鄕x 11101001100001001001010101111000 e9849578
UHC 鄕x 111110101100000101111000 fac178

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