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‘³‘´ 100100100100011110010001100111111001000110110000100100100100011110010001101100111001000110110100 9247919f91b0924791b391b4
SJIS-WIN ?G???°?G???´ 0011111101000111001111110011111100111111100000011000101100111111010001110011111100111111001111111000000101001100 3f473f3f3f818b3f473f3f3f814c
EUC-JP ?G???°?G???´ 0011111101000111001111110011111100111111101000011110101100111111010001110011111100111111001111111010000110101101 3f473f3f3fa1eb3f473f3f3fa1ad
UTF-8 ’G‘Ÿ‘°’G‘³‘´ 11000010100100100100011111000010100100011100001010011111110000101001000111000010101100001100001010010010010001111100001010010001110000101011001111000010100100011100001010110100 c29247c291c29fc291c2b0c29247c291c2b3c291c2b4
UHC ?G???°?G?³?´ 001111110100011100111111001111110011111110100001110001100011111101000111001111111010100111111000001111111010001010100101 3f473f3f3fa1c63f473fa9f83fa2a5

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