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 ûE±ÞûE±Ü^ 111110110100010110110001110111101111101101000101101100011101110001011110 fb45b1defb45b1dc5e
SJIS-WIN ?E±??E±?^ 0011111101000101100000010111110100111111001111110100010110000001011111010011111101011110 3f45817d3f3f45817d3f5e
EUC-JP ûE±ÞûE±Ü^ 10001111101010111110010101000101101000011101111010001111101010011011000010001111101010111110010101000101101000011101111010001111101010101110010001011110 8fabe545a1de8fa9b08fabe545a1de8faae45e
UTF-8 ûE±ÞûE±Ü^ 110000111011101101000101110000101011000111000011100111101100001110111011010001011100001010110001110000111001110001011110 c3bb45c2b1c39ec3bb45c2b1c39c5e
UHC ?E±Þ?E±?^ 001111110100010110100001101111101010100010101101001111110100010110100001101111100011111101011110 3f45a1bea8ad3f45a1be3f5e

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