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’T‘£’N‘»‘«^ 10010010010001111001001001010100100100011010001110010010010011101001000110111011100100011010101101011110 9247925491a3924e91bb91ab5e
SJIS-WIN ?G?T?£?N????^ 0011111101000111001111110101010000111111100000011001001000111111010011100011111100111111001111110011111101011110 3f473f543f81923f4e3f3f3f3f5e
EUC-JP ?G?T?£?N????^ 0011111101000111001111110101010000111111101000011111001000111111010011100011111100111111001111110011111101011110 3f473f543fa1f23f4e3f3f3f3f5e
UTF-8 ’G’T‘£’N‘»‘«^ 11000010100100100100011111000010100100100101010011000010100100011100001010100011110000101001001001001110110000101001000111000010101110111100001010010001110000101010101101011110 c29247c29254c291c2a3c2924ec291c2bbc291c2ab5e
UHC ?G?T???N????^ 00111111010001110011111101010100001111110011111100111111010011100011111100111111001111110011111101011110 3f473f543f3f3f4e3f3f3f3f5e

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