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’X‘¦e^ 110000101001001001000111110000101001001001011000110000101001000111000010101001100110010101011110 c29247c29258c291c2a6655e
SJIS-WIN ??G??X????e^ 001111110011111101000111001111110011111101011000001111110011111100111111001111110110010101011110 3f3f473f3f583f3f3f3f655e
EUC-JP �G�X�¦e^ 10001111101010101010010000111111010001111000111110101010101001000011111101011000100011111010101010100100001111111000111110101010101001001000111110100010110000110110010101011110 8faaa43f478faaa43f588faaa43f8faaa48fa2c3655e
UTF-8 ’G’X‘¦e^ 1100001110000010110000101001001001000111110000111000001011000010100100100101100011000011100000101100001010010001110000111000001011000010101001100110010101011110 c382c29247c382c29258c382c291c382c2a6655e
UHC ??G??X????e^ 001111110011111101000111001111110011111101011000001111110011111100111111001111110110010101011110 3f3f473f3f583f3f3f3f655e

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