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^ 111010001110011110100101010001001110100011100111101001010100010001011110 e8e7a544e8e7a5445e
SJIS-WIN ??¥D??¥D^ 0011111100111111100000011000111101000100001111110011111110000001100011110100010001011110 3f3f818f443f3f818f445e
EUC-JP èç?Dèç?D^ 1000111110101011101100101000111110101011101011100011111101000100100011111010101110110010100011111010101110101110001111110100010001011110 8fabb28fabae3f448fabb28fabae3f445e
UTF-8 èç¥Dèç¥D^ 110000111010100011000011101001111100001010100101010001001100001110101000110000111010011111000010101001010100010001011110 c3a8c3a7c2a544c3a8c3a7c2a5445e
UHC ???D???D^ 001111110011111100111111010001000011111100111111001111110100010001011110 3f3f3f443f3f3f445e

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