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 0011111101001011 3f4b
SJIS-WIN 叩K 100100100100000001001011 92404b
EUC-JP 叩K 110000111010000101001011 c3a14b
UTF-8 叩K 11100101100011111010100101001011 e58fa94b
UHC 叩K 110011011011000001001011 cdb04b

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