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 ?E 0011111101000101 3f45
SJIS-WIN 琵E 100101001111101001000101 94fa45
EUC-JP 琵E 110010001111110001000101 c8fc45
UTF-8 琵E 11100111100100001011010101000101 e790b545
UHC 琵E 110111011111010101000101 ddf545

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