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 111001111111001001101011 e7f26b
EUC-JP 銓k 111011101111010001101011 eef46b
UTF-8 銓k 11101001100010101001001101101011 e98a936b
UHC 銓k 111011111011000001101011 efb06b

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