44.4k views
5 votes
An encryption system works by shifting the binary value for a letter one place to the left. “A”

then becomes:
1 1 0 0 0 0 1 0
This binary value is then converted to hexadecimal; the hexadecimal value for “A” will be:

1 Answer

2 votes

Answer:

11000010 is converted to hexadecimal as C2

User Yogen Darji
by
5.0k points