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 111010001100100001101011 e8c86b
EUC-JP 霾k 111100001100101001101011 f0ca6b
UTF-8 霾k 11101001100111001011111001101011 e99cbe6b
UHC ?k 0011111101101011 3f6b

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