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 ? 00111111 3f
SJIS-WIN 1000000110100011 81a3
EUC-JP 1010001010100101 a2a5
UTF-8 111000101001011010110010 e296b2
UHC 1010000111100011 a1e3

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