answersLogoWhite

0

What is 99 in BINARY?

Updated: 10/25/2022
User Avatar

Wiki User

13y ago

Best Answer

The decimal number 99 is 1100011 in binary.

The possible decimal values for the binary number 1100011 progress as follows, starting from the rightmost (and least significant) bit:

1 2 4 8 16 32 64 , or when read backwards are

64 32 16 8 4 2 1

3 of the 7 bits in the binary number 1100011 (numeric radix 2) are zeroes, and have no value. Let's add from most significant bit to least, as in the second example:

64 + 32 + nothing + nothing + nothing + 2 + 1

or

64 + 32 + 0 + 0 + 0 + 2 + 1 = 99 in decimal (numeric radix 10)

If you use the "calculator" utility on your home computer, you can change it from standard to scientific in the "view" pulldown menu. The default system of this calculator utility is decimal, the number system we are accustomed to. Type in the number 99, then click the soft button "Bin" for binary, and the display will change to 1100011.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is 99 in BINARY?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the binary number for 128 64 32 16 8 4 2 1?

In binary numbers...1 = 12 = 104 = 1008 = 100016 = 1000032 = 10000064 = 1000000128 = 10000000


How is a binary used?

Binary what? Binary numbers? Binary stars? Binary fission?


Was binary stands for binary digits?

No, binary is a number system.A binary digit is called a bit.


How many different binary trees and binary?

Infinite (and binary).


What is the use of binary?

Binary trees are commonly used to implement binary search tree and binary heaps.


What is the binary number of 10?

The Binary for ten in 8-bit binary is: 00001010


What is the sum of the binary numbers?

The sum of binary numbers is also a binary number.


What is binary and decimal?

0 1 2 3 4 5 6 7 8 9 10 <- Decimal's feature. (10*1) 11 ... 99 100 <- Decimal's feature. (10*10) 1 1 2 10 <- binary's feature. (2*1) 3 11 4 100 <- binary's feature. ( 2*2) 5 101 6 110 7 111 8 1000 <- binary's feature. (2*2*2) Dr. Koji Kobashi, Jr.


What is the binary number for decimal 191?

It is 10111111 in binary. Try a search for '191 to binary'.


Why does a decimal value waste memory space?

Decimal (more formally, binary coded decimal) values store numeric information as digits encoded using the four bit binary equivalents: 0 (0000) to 9 (1001). That means a single byte can hold values between 0 and 99. But simply using the same byte to hold a binary value will yield values between 0 and 255 (or –128 and +127).


How many kb is 94.7 MB?

Approximately 0.093MB according to binary megabytes, and 0.0959MB using decimal megabytes.


35 in binary?

100011 is 35 in binary.