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^ 1001000110111101100100011001111101000100100100011011110110010001100111110100010001011110 91bd919f4491bd919f445e
SJIS-WIN ????D????D^ 0011111100111111001111110011111101000100001111110011111100111111001111110100010001011110 3f3f3f3f443f3f3f3f445e
EUC-JP ????D????D^ 0011111100111111001111110011111101000100001111110011111100111111001111110100010001011110 3f3f3f3f443f3f3f3f445e
UTF-8 ‘½‘ŸD‘½‘ŸD^ 11000010100100011100001010111101110000101001000111000010100111110100010011000010100100011100001010111101110000101001000111000010100111110100010001011110 c291c2bdc291c29f44c291c2bdc291c29f445e
UHC ?½??D?½??D^ 00111111101010001111011000111111001111110100010000111111101010001111011000111111001111110100010001011110 3fa8f63f3f443fa8f63f3f445e

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