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 111000111110011001101011 e3e66b
EUC-JP 肆k 111001101110100001101011 e6e86b
UTF-8 肆k 11101000100000101000011001101011 e882866b
UHC 肆k 110111101110101101101011 deeb6b

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