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 100100101100001001101011 92c26b
EUC-JP 陳k 110001001100010001101011 c4c46b
UTF-8 陳k 11101001100110011011001101101011 e999b36b
UHC 陳k 111100101110011101101011 f2e76b

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