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 àßè¼wàßè¼w^ 1110000011011111111010001011110001110111111000001101111111101000101111000111011101011110 e0dfe8bc77e0dfe8bc775e
SJIS-WIN ????w????w^ 0011111100111111001111110011111101110111001111110011111100111111001111110111011101011110 3f3f3f3f773f3f3f3f775e
EUC-JP àßè?wàßè?w^ 1000111110101011101000101000111110101001110011101000111110101011101100100011111101110111100011111010101110100010100011111010100111001110100011111010101110110010001111110111011101011110 8faba28fa9ce8fabb23f778faba28fa9ce8fabb23f775e
UTF-8 àßè¼wàßè¼w^ 11000011101000001100001110011111110000111010100011000010101111000111011111000011101000001100001110011111110000111010100011000010101111000111011101011110 c3a0c39fc3a8c2bc77c3a0c39fc3a8c2bc775e
UHC ?ß?¼w?ß?¼w^ 001111111010100110101100001111111010100011111001011101110011111110101001101011000011111110101000111110010111011101011110 3fa9ac3fa8f9773fa9ac3fa8f9775e

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