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 ?a 0011111101100001 3f61
SJIS-WIN ?a 0011111101100001 3f61
EUC-JP 泑a 10001111110001101111101101100001 8fc6fb61
UTF-8 泑a 11100110101100111001000101100001 e6b39161
UHC ?a 0011111101100001 3f61

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