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 111000011010011101101011 e1a76b
EUC-JP 皎k 111000101010100101101011 e2a96b
UTF-8 皎k 11100111100110101000111001101011 e79a8e6b
UHC 皎k 110011101110101101101011 ceeb6b

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