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 ûGâ¡ûGâ¡^ 111110110100011111100010101000011111101101000111111000101010000101011110 fb47e2a1fb47e2a15e
SJIS-WIN ?G???G??^ 001111110100011100111111001111110011111101000111001111110011111101011110 3f473f3f3f473f3f5e
EUC-JP ûGâ¡ûGâ¡^ 100011111010101111100101010001111000111110101011101001001000111110100010110000101000111110101011111001010100011110001111101010111010010010001111101000101100001001011110 8fabe5478faba48fa2c28fabe5478faba48fa2c25e
UTF-8 ûGâ¡ûGâ¡^ 110000111011101101000111110000111010001011000010101000011100001110111011010001111100001110100010110000101010000101011110 c3bb47c3a2c2a1c3bb47c3a2c2a15e
UHC ?G?¡?G?¡^ 0011111101000111001111111010001010101110001111110100011100111111101000101010111001011110 3f473fa2ae3f473fa2ae5e

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