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 ܪúÎܪúÎ^ 110111001010101011111010110011101101110010101010111110101100111001011110 dcaafacedcaaface5e
SJIS-WIN ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e
EUC-JP ܪúÎܪúÎ^ 10001111101010101110010010001111101000101110110010001111101010111110001010001111101010101100001010001111101010101110010010001111101000101110110010001111101010111110001010001111101010101100001001011110 8faae48fa2ec8fabe28faac28faae48fa2ec8fabe28faac25e
UTF-8 ܪúÎܪúÎ^ 1100001110011100110000101010101011000011101110101100001110001110110000111001110011000010101010101100001110111010110000111000111001011110 c39cc2aac3bac38ec39cc2aac3bac38e5e
UHC ?ª???ª??^ 0011111110101000101000110011111100111111001111111010100010100011001111110011111101011110 3fa8a33f3f3fa8a33f3f5e

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