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 ûÄÙ¥ûÄÙ¥^ 111110111100010011011001101001011111101111000100110110011010010101011110 fbc4d9a5fbc4d9a55e
SJIS-WIN ???¥???¥^ 0011111100111111001111111000000110001111001111110011111100111111100000011000111101011110 3f3f3f818f3f3f3f818f5e
EUC-JP ûÄÙ?ûÄÙ?^ 100011111010101111100101100011111010101010100011100011111010101011100011001111111000111110101011111001011000111110101010101000111000111110101010111000110011111101011110 8fabe58faaa38faae33f8fabe58faaa38faae33f5e
UTF-8 ûÄÙ¥ûÄÙ¥^ 1100001110111011110000111000010011000011100110011100001010100101110000111011101111000011100001001100001110011001110000101010010101011110 c3bbc384c399c2a5c3bbc384c399c2a55e
UHC ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e

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