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’L‘®’L‘´‘³ 100100100100011110010010010011001001000110101110100100100100110010010001101101001001000110110011 9247924c91ae924c91b491b3
SJIS-WIN ?G?L???L?´?? 00111111010001110011111101001100001111110011111100111111010011000011111110000001010011000011111100111111 3f473f4c3f3f3f4c3f814c3f3f
EUC-JP ?G?L?®?L?´?? 001111110100011100111111010011000011111110001111101000101110111000111111010011000011111110100001101011010011111100111111 3f473f4c3f8fa2ee3f4c3fa1ad3f3f
UTF-8 ’G’L‘®’L‘´‘³ 110000101001001001000111110000101001001001001100110000101001000111000010101011101100001010010010010011001100001010010001110000101011010011000010100100011100001010110011 c29247c2924cc291c2aec2924cc291c2b4c291c2b3
UHC ?G?L?®?L?´?³ 001111110100011100111111010011000011111110100010111001110011111101001100001111111010001010100101001111111010100111111000 3f473f4c3fa2e73f4c3fa2a53fa9f8

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