answersLogoWhite

0


Best Answer

segment off/set alphanumeric

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are two other ways to write hex numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write the hex numbers from 1 to 20?

no


What is another way to write hex numbers?

There is basically one way to write hexadecimal numbers. Of course, the numbers represent information, and this information can be represented in may other ways; some of them are in binary (4 binary digits for each hexadecimal digit), in decimal, or each byte as as decimal number (as in the dotted decimal notation used for IP version 4 numbers).


What are 2 other ways to write 946?

The number nine hundred and fourty six can be writen thus: 946 = decimal 1110110010 = binary 1662 = octal 3B2 = hex


Write hex numbers from 1 to 25?

Someone's homework? 1,2,3,4,5,6,7,8,9,a,b,c,d,e,f,10,11,12,13,14,15,16,17,18,19


What does hex mean in numbers?

six


Is there any other thing you could use to make speatzel other than a spaetzle hex?

Here is a page in a website (See the link below) which illustrates alternative ways to make spaetzle, with a link to the Spaetzle Hex:


What is binary hexadecimal and octadecimal numbers?

They are all different ways of representing numbers. For example the number 14 in binary would be 00001110, in octal it would be '16', and in hex would be represented by the '0E'


What does one use a hex converter for?

A hex converter is used to convert hexadecimal numbers to binary or decimal numbers, which is necessary for programming or studying computer science. Hex converters are usually online tools that will automatically convert the numbers for you quickly and easily.


What are the hex numbers for 18?

1810 = 1216


How do you convert hexadecimal numbers into binary numbers?

Binary to hexadecimal is very easy because hexadecimal numbers are designed specifically so that each hex digit is exactly 4 bits (i.e. 16 different values). So if you had this binary number: binary: 100011011011110101000100001 You could put in commas every four places (starting on the left): binary: 100,0110,1101,1110,1010,0010,0001 Then you could write the hex values immediately below: binary: 0100,0110,1101,1110,1010,0010,0001 hex: 4 6 D E A 2 1 and the hex value would be 46DEA21.


What is 1000100.11010010.01000011.10110011 to hexidecimal?

assuming that the full stops break up the binary numbers: Binary 1000100 = Hex 44 Binary 11010010 = Hex D2 Binary 1000011 = Hex 43 Binary 10110011 = Hex B3


How do you write the hex numbers from 1 to 20?

1 2 3 4 5 6 7 8 9 a b c d e f 10