Home /
Expert Answers /
Computer Science /
convert-the-base-64-string-unvu-into-its-decimal-equivalent-binary-hex-and-then-the-ascii-repres-pa280
(Solved):
Convert the base-64 string UnVu into its
decimal equivalent, binary, hex, and then the ASCII repres ...
Convert the base-64 string UnVu into its
decimal equivalent, binary, hex, and then the ASCII representation.
Show your work and make sure you pay attention to lower and
upper-case letters in your answer. Your result should be a real
word. No credit if you do not show your work.
This is the example I was given:
I need help solving this. Even with the example, I am struggling
to figure this question out. Thank you!
Also, there is no coding this is all manual.
Base-64 Number Problem Decoding Base-64 - Converting base-64 strings - Convert base-64 character to decimal - Convert decimal to binary - Rewrite binary numbers into groups of 8-bits (This means four base- 64 numbers result in 3 bytes) - Use the resulting binary to convert to decimal/hex/ASCII based on requirements - Convert the following base-64 number to binary and then display the ASCII equivalent. 010010000110000101110000 * Only 6 bits each!
Given Base-64 string: UnVu As given in the table, A to Z are represented in Base-64 numbers as 0 to 25. a to z are represented in Base-64 numbers as 26 to 51. Convert Base-64 Character to Decimal U is represented in Base-64 numbers as 20. n is repres