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^ 1110111111111110101001001111000110001110101111011000111010101010010111100110010101011110 effea4f18ebd8eaa5e655e
SJIS-WIN ????????^e^ 0011111100111111001111110011111100111111001111110011111100111111010111100110010101011110 3f3f3f3f3f3f3f3f5e655e
EUC-JP ïþ¤ñ???ª^e^ 100011111010101111000001100011111010100111010000100011111010001011110000100011111010101111010000001111110011111100111111100011111010001011101100010111100110010101011110 8fabc18fa9d08fa2f08fabd03f3f3f8fa2ec5e655e
UTF-8 ïþ¤ñŽ½Žª^e^ 11000011101011111100001110111110110000101010010011000011101100011100001010001110110000101011110111000010100011101100001010101010010111100110010101011110 c3afc3bec2a4c3b1c28ec2bdc28ec2aa5e655e
UHC ?þ¤??½?ª^e^ 001111111010100110101101101000101011010000111111001111111010100011110110001111111010100010100011010111100110010101011110 3fa9ada2b43f3fa8f63fa8a35e655e

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