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 ûHÏ«}ûHÏ«{^ 1111101101001000110011111010101101111101111110110100100011001111101010110111101101011110 fb48cfab7dfb48cfab7b5e
SJIS-WIN ?H??}?H??{^ 0011111101001000001111110011111101111101001111110100100000111111001111110111101101011110 3f483f3f7d3f483f3f7b5e
EUC-JP ûHÏ?}ûHÏ?{^ 10001111101010111110010101001000100011111010101011000001001111110111110110001111101010111110010101001000100011111010101011000001001111110111101101011110 8fabe5488faac13f7d8fabe5488faac13f7b5e
UTF-8 ûHÏ«}ûHÏ«{^ 1100001110111011010010001100001110001111110000101010101101111101110000111011101101001000110000111000111111000010101010110111101101011110 c3bb48c38fc2ab7dc3bb48c38fc2ab7b5e
UHC ?H??}?H??{^ 0011111101001000001111110011111101111101001111110100100000111111001111110111101101011110 3f483f3f7d3f483f3f7b5e

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