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 100011110111110101001011 8f7d4b
EUC-JP 殉K 101111011101111001001011 bdde4b
UTF-8 殉K 11100110101011101000100101001011 e6ae894b
UHC 殉K 111000101110011001001011 e2e64b

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