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^ 1111101111010001100011101011001001000100111110111101000110001110101100100100010001011110 fbd18eb244fbd18eb2445e
SJIS-WIN ????D????D^ 0011111100111111001111110011111101000100001111110011111100111111001111110100010001011110 3f3f3f3f443f3f3f3f445e
EUC-JP ûÑ??DûÑ??D^ 10001111101010111110010110001111101010101101000000111111001111110100010010001111101010111110010110001111101010101101000000111111001111110100010001011110 8fabe58faad03f3f448fabe58faad03f3f445e
UTF-8 ûю²Dûю²D^ 11000011101110111100001110010001110000101000111011000010101100100100010011000011101110111100001110010001110000101000111011000010101100100100010001011110 c3bbc391c28ec2b244c3bbc391c28ec2b2445e
UHC ???²D???²D^ 00111111001111110011111110101001111101110100010000111111001111110011111110101001111101110100010001011110 3f3f3fa9f7443f3f3fa9f7445e

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