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 ‘½’OD‘½’OD^ 1001000110111101100100100100111101000100100100011011110110010010010011110100010001011110 91bd924f4491bd924f445e
SJIS-WIN ???OD???OD^ 0011111100111111001111110100111101000100001111110011111100111111010011110100010001011110 3f3f3f4f443f3f3f4f445e
EUC-JP ???OD???OD^ 0011111100111111001111110100111101000100001111110011111100111111010011110100010001011110 3f3f3f4f443f3f3f4f445e
UTF-8 ‘½’OD‘½’OD^ 1100001010010001110000101011110111000010100100100100111101000100110000101001000111000010101111011100001010010010010011110100010001011110 c291c2bdc2924f44c291c2bdc2924f445e
UHC ?½?OD?½?OD^ 00111111101010001111011000111111010011110100010000111111101010001111011000111111010011110100010001011110 3fa8f63f4f443fa8f63f4f445e

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