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 α 1000001110111111 83bf
EUC-JP α 1010011011000001 a6c1
UTF-8 α 1100111010110001 ceb1
UHC α 1010010111100001 a5e1

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