Answer:
(345)8 = (11100101)2
(11100101)2 = E5
Step-by-step explanation:
Step 1: Look up each octal digit to obtain the equivalent group of three binary digits
(3)8 = (011)2
(4)8 = (100)2
(5)8 = (101)2
Step 2: Group each value of step 1 to make a binary number:
011 100 101
So, (11100101)2 is the binary equivalent to (345)8
Step 3: Converting the binary number to hexadecimal.
Write down the binary number:
11100101
Step 4: Group all the digits in sets of four starting from the LSB (far right). Add zeros to the left of the last digit if there aren't enough digits to make a set of four:
1110 0101
Step 5: Use the table below to convert each set of three into an hexadecimal digit:
1110 = E, 0101 = 5
So, E5 is is the hexadecimal equivalent to the decimal number 11100101.