answersLogoWhite

0


Best Answer

30 would be written as 1D

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How would 30 b represented in hexadecimal?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many binary digits are represented by one hexadecimal digit?

Hexadecimal means 16. So that 4 binary bits are represented by a hexadecimal number. 0000 = 0 1000 = 8 0001 = 1 1001 = 9 0010 = 2 1010 = A 0011 = 3 1011 = B 0100 = 4 1100 = C 0101 = 5 1101 = D 0110 = 6 1110 = E 0111 = 7 1111 = F


What letter is used to represent the number 11 in hexadecimal?

The number 11, (in hexadecimal) is the letter 'b'


In the hexadecimal numbering system what represents the number 11?

The decimal number 11 is equal to the hexadecimal number B.


What is the hexadecimal for ABCDEF?

"The hexadecimal code of ABCDEF" is rather difficult to make. If you want the DECIMAL code for the HEXADECIMAL numbers A, B, C, D, E and F, then you get this explanation: Hexadecimal means 16 and if you are counting hexadecimal and you will start to count from 0 to 9 normally. Then you get A for 10, B for 11, C for 12 D for 13 E for 14 and F for 15.


What is the value of B?

Hexadecimal B = Decimal 11. Otherwise, the question is too ambiguous.


What is E B A x 2 in hexadecimal base system?

It is 1D7A.


How is 15 represented in hexadecimal number system?

F. Numbers in hecadecimal start 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F, 10, 11, 12, ...


What is the base of Hexadecimal number system and write its permissible symbols?

The base in a hexadecimal system is 16. The symbols are: 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F


What is the decimal system used for?

Everyday mathematical calculations are all done in the decimal system.Ex: $5 + $6 = $11. The answer would be B in the hexadecimal system.


What is 43 in hexadecimal?

Hexadecimal is a way of writing base sixteen using the letters A-F to represent the numbers 10-15. In base 16, 43 is 2 sixteens and 11 ones, so it is 2B in hexadecimal, as B represents 11.


How many symbol in hexadecimal?

5 symbols-A,B,C,D,E,F


In hexadecimal what decimal value does the letter a represent?

These are the hexadecimal digits and their decimal equivalents: 0 = 0 1 = 1 ... 9 = 9 A = 10 B = 11 ... F = 15