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 ?k 0011111101101011 3f6b
SJIS-WIN 鶩k 111010100100111001101011 ea4e6b
EUC-JP 鶩k 111100111010111101101011 f3af6b
UTF-8 鶩k 11101001101101101010100101101011 e9b6a96b
UHC 鶩k 110110011101000001101011 d9d06b

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