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 鴉D鴉D^ 111010011011010010001001010001001110100110110100100010010100010001011110 e9b48944e9b489445e
SJIS-WIN ?´?D?´?D^ 0011111110000001010011000011111101000100001111111000000101001100001111110100010001011110 3f814c3f443f814c3f445e
EUC-JP é´?Dé´?D^ 100011111010101110110001101000011010110100111111010001001000111110101011101100011010000110101101001111110100010001011110 8fabb1a1ad3f448fabb1a1ad3f445e
UTF-8 鴉D鴉D^ 110000111010100111000010101101001100001010001001010001001100001110101001110000101011010011000010100010010100010001011110 c3a9c2b4c28944c3a9c2b4c289445e
UHC ?´?D?´?D^ 0011111110100010101001010011111101000100001111111010001010100101001111110100010001011110 3fa2a53f443fa2a53f445e

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