answersLogoWhite

0

What is binary code 00010110?

Updated: 10/27/2022
User Avatar

Wiki User

14y ago

Best Answer

00010110 = 22

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is binary code 00010110?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you convert decimal 022 to binary?

You can look it up (00010110) or convert each numeral to binary individually. 11111111 is 255 decimal and is the largest number expressible with 8 binary digits.


How do you write a C program to convert a binary value to its octal equivalent?

To convert from binary to octal, bitwise AND the binary value with 0x8 (00000111 in binary) and push the value onto a stack. Right-shift (>>) the binary value by 3 bits and repeat until the binary value is zero. Pop the stack to build the left-to-right digits of the octal value. Using 10110100 as an example: 10110100 & 00000111 = 00000100 10110100 >> 3 = 00010110 00010110 & 00000111 = 00000110 00010110 >> 3 = 00000010 00000010 & 00000111 = 00000010 00000010 >> 3 = 00000000 Popping the values in order reveals 00000010, 00000110 and 00000100 (decimal 2, 6 and 4 respectively). Thus 10110100 binary is 0264 octal.


What is the binary code for 01001011?

That IS the binary code.


What is -33 in binary code?

00100001 is the binary code for 33


What is the binary code for 53?

00110101 is the binary code for 53


Who discovered binary code?

Jamesgates discovered binary code instringtheory


How do you convert binary code to text code and text to binary?

You can are ASCII-tabellen. For converting binary to text


When was The Binary Code - band - created?

The Binary Code - band - was created in 2004.


What is the vhdl code for binary to hex convertion?

vhdl code for binary to Hexadecimal ?


What is sixteen in the Binary code system?

Sixteen in the Binary code system is (1000)2


What is Binary code for eighteen?

18 in binary is 10010


What is 112 in binary code?

1110000 is 112 in binary.