How to convert 65 into binary ?

Julian Clements

Julian Clements

Answered question

2023-02-09

How to convert 65 into binary ?

Answer & Explanation

x3wolfygri

x3wolfygri

Beginner2023-02-10Added 6 answers

Converting 65 into binary
Divide the number by 2 and if it is completely divisible then the remainder is 0 else 1.It will be an LSB (Least Significant Bit). Make the acquired Quotient the following Dividend.Now divide the Quotient obtained by 2 and note the remainder again.Repeat the steps 2 and 3 until the new Dividend becomes 0.Report the solution when the process is finished. from MSB to LSB. D i v i s i o r D i v i d e n d R e m a i n d e r 2 65 1 2 32 0 2 16 0 2 8 0 2 4 0 2 2 0 2 1 1  0  Hence, 65's binary representation is( 1000001 ) 2 
 

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?