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^ 111010111111011110000100010001001110101111110111100001000100010001011110 ebf78444ebf784445e
SJIS-WIN ?÷?D?÷?D^ 0011111110000001100000000011111101000100001111111000000110000000001111110100010001011110 3f81803f443f81803f445e
EUC-JP ë÷?Dë÷?D^ 100011111010101110110011101000011110000000111111010001001000111110101011101100111010000111100000001111110100010001011110 8fabb3a1e03f448fabb3a1e03f445e
UTF-8 ë÷„Dë÷„D^ 110000111010101111000011101101111100001010000100010001001100001110101011110000111011011111000010100001000100010001011110 c3abc3b7c28444c3abc3b7c284445e
UHC ?÷?D?÷?D^ 0011111110100001110000000011111101000100001111111010000111000000001111110100010001011110 3fa1c03f443fa1c03f445e

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