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 ÂÖۏÂÖÙ^ 100011111100001011010110110110111000111111000010110101101101100101011110 8fc2d6db8fc2d6d95e
SJIS-WIN ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e
EUC-JP ?ÂÖÛ?ÂÖÙ^ 001111111000111110101010101001001000111110101010110100111000111110101010111001010011111110001111101010101010010010001111101010101101001110001111101010101110001101011110 3f8faaa48faad38faae53f8faaa48faad38faae35e
UTF-8 ÂÖۏÂÖÙ^ 1100001010001111110000111000001011000011100101101100001110011011110000101000111111000011100000101100001110010110110000111001100101011110 c28fc382c396c39bc28fc382c396c3995e
UHC ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e

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