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 åHƒ†‰\åHƒ†‰\^ 11100101010010001000001110000110100010010101110011100101010010001000001110000110100010010101110001011110 e5488386895ce5488386895c5e
SJIS-WIN ?H???\?H???\^ 00111111010010000011111100111111001111110101110000111111010010000011111100111111001111110101110001011110 3f483f3f3f5c3f483f3f3f5c5e
EUC-JP åH???\åH???\^ 1000111110101011101010010100100000111111001111110011111101011100100011111010101110101001010010000011111100111111001111110101110001011110 8faba9483f3f3f5c8faba9483f3f3f5c5e
UTF-8 åHƒ†‰\åHƒ†‰\^ 110000111010010101001000110000101000001111000010100001101100001010001001010111001100001110100101010010001100001010000011110000101000011011000010100010010101110001011110 c3a548c283c286c2895cc3a548c283c286c2895c5e
UHC ?H???\?H???\^ 00111111010010000011111100111111001111110101110000111111010010000011111100111111001111110101110001011110 3f483f3f3f5c3f483f3f3f5c5e

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