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 100111010101100001101011 9d586b
EUC-JP 拗k 110110011011100101101011 d9b96b
UTF-8 拗k 11100110100010111001011101101011 e68b976b
UHC 拗k 111010001111001101101011 e8f36b

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