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 ¼ì½Ü}¼ì½Ü{^ 1011110011101100101111011101110001111101101111001110110010111101110111000111101101011110 bcecbddc7dbcecbddc7b5e
SJIS-WIN ????}????{^ 0011111100111111001111110011111101111101001111110011111100111111001111110111101101011110 3f3f3f3f7d3f3f3f3f7b5e
EUC-JP ?ì?Ü}?ì?Ü{^ 00111111100011111010101111000000001111111000111110101010111001000111110100111111100011111010101111000000001111111000111110101010111001000111101101011110 3f8fabc03f8faae47d3f8fabc03f8faae47b5e
UTF-8 ¼ì½Ü}¼ì½Ü{^ 11000010101111001100001110101100110000101011110111000011100111000111110111000010101111001100001110101100110000101011110111000011100111000111101101011110 c2bcc3acc2bdc39c7dc2bcc3acc2bdc39c7b5e
UHC ¼?½?}¼?½?{^ 101010001111100100111111101010001111011000111111011111011010100011111001001111111010100011110110001111110111101101011110 a8f93fa8f63f7da8f93fa8f63f7b5e

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