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‘½‘®’H‘²‘¤^ 10010010010001111001000110111101100100011010111010010010010010001001000110110010100100011010010001011110 924791bd91ae924891b291a45e
SJIS-WIN ?G?????H????^ 00111111010001110011111100111111001111110011111100111111010010000011111100111111001111110011111101011110 3f473f3f3f3f3f483f3f3f3f5e
EUC-JP ?G???®?H???¤^ 0011111101000111001111110011111100111111100011111010001011101110001111110100100000111111001111110011111110001111101000101111000001011110 3f473f3f3f8fa2ee3f483f3f3f8fa2f05e
UTF-8 ’G‘½‘®’H‘²‘¤^ 1100001010010010010001111100001010010001110000101011110111000010100100011100001010101110110000101001001001001000110000101001000111000010101100101100001010010001110000101010010001011110 c29247c291c2bdc291c2aec29248c291c2b2c291c2a45e
UHC ?G?½?®?H?²?¤^ 0011111101000111001111111010100011110110001111111010001011100111001111110100100000111111101010011111011100111111101000101011010001011110 3f473fa8f63fa2e73f483fa9f73fa2b45e

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