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 1110011001001011 e64b
SJIS-WIN ?K 0011111101001011 3f4b
EUC-JP æK 10001111101010011100000101001011 8fa9c14b
UTF-8 æK 110000111010011001001011 c3a64b
UHC æK 101010011010000101001011 a9a14b

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