answersLogoWhite

0


Best Answer

B5 in base 16.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is binary 10110101 in base 2 when you express in base 16?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the binary 10110101 as a decimal?

128 + 0 + 32 + 16 + 0 + 4 + 0 + 1 = 181


What is the binary number 10110101 as a decimal number?

This is the decimal value 181. A binary number uses exponents of 2 rather than 10, and the 8 digits represent 128, 64, 32, 16, 8, 4, 2, and 1 10110101 = 128 + (0x64) + 32 + 16 + (0x8) + 4 + (0x2) + 1 = 181


Computers often express numbers in what format?

Base 16 numbering is called 'Hex' or 'Hexadecimal'. Base 8 numbering is called 'Octal'. Base 2 numbering is called 'Binary'.


What is decimal binary ocfal and hexadecimal systems?

Decimal is base 10. Binary is base 2. Octal is base 8. Hexadecimal is base 16.


What is 16 in base two?

The binary representation of 16 is "10000" in base two.


What is binary number 1111 translated into a base 10 number?

It is 15 in base 10.


How does the binary numbering system differ from the hexadecimal numbering system?

the binary system is base 2 and the hexadecimal system is base 16


What is 271 base 10 into base sixteen?

271 is 10F in base 16 and 100001111 in binary.


Why people are using Hexadecimal rather than binary numbers while doing programs?

hexadecimal can express 16 bit binary in 4 place form, not 16.


How are the base 16 and base 2 numbers related?

Both base 16 and base 2 number systems use binary numbers (1 and 0) to write out and define decimal numbers.


Why octal and hexadecimal used fo r computers although it work with binary?

Hexadecimal counts to the base 16 and octal counts to base 8 and in computers the pasterns of 1s and 0s are grouped into bits (1) bytes (1111111) and words (1111111111111111). Thus to be able to express a complete pattern for a byte or a word it is useful to use base 8 or base 16 counting.


What is the decimal equivalent of the binary number 110100?

110100 (base 2) = 32+16+4 = 52 (base 10)