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^ 0011111100111111001111110011111100111111001111110110010101011110 3f3f3f3f3f3f655e
SJIS-WIN 篠テァ篠チ・e^ 10001110110000101100001110100111100011101100001011000001101001010110010101011110 8ec2c3a78ec2c1a5655e
EUC-JP 篠テァ篠チ・e^ 1011110011000100100011101100001110001110101001111011110011000100100011101100000110001110101001010110010101011110 bcc48ec38ea7bcc48ec18ea5655e
UTF-8 篠テァ篠チ・e^ 1110011110101111101000001110111110111110100000111110111110111101101001111110011110101111101000001110111110111110100000011110111110111101101001010110010101011110 e7afa0efbe83efbda7e7afa0efbe81efbda5655e
UHC 篠??篠??e^ 11100001110001100011111100111111111000011100011000111111001111110110010101011110 e1c63f3fe1c63f3f655e

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