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 100110101000010101101011 9a856b
EUC-JP 嚆k 110100111110010101101011 d3e56b
UTF-8 嚆k 11100101100110101000011001101011 e59a866b
UHC 嚆k 111111001111011101101011 fcf76b

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