answersLogoWhite

0


Best Answer

0000

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the ASCII hexadecimal code for a blank space?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the hexadecimal code for a blank space?

0000


What is the Hexadecimal equivalent of dot?

If you are referring to the ASCII code: The ASCII Code for a dot (.) is 46. The hexadecimal equivalent of this is 2E. You can find this, and all ASCII characters here: http://www.asciitable.com/.


What is the code of the space in the ASCII code?

32 is the ASCII Code for a space.


What is the ASCII code for letter D?

The ASCII code for the letter D is 68 in decimal, 0x44 in hexadecimal/Unicode.


What is the ASCII code of H?

Capital H has an ASCII Code of 72 in Decimal. In Binary that is 1001000. In Hexadecimal it is 48. In Octal it is 110. For a small h it is Decimal 104, Binary 1101000, Hexadecimal 68 and Octal 150.


What is the ascii code in binary and decimal for a period?

In hexadecimal, that would be 0x2E, which is equivalent to 46 in decimal, which in binary is 101110.


How do you spell Quinn in binary code?

In binary: 10100010 11101010 11010010 11011100 11011100 00000000 In hexadecimal: 0x5175696E6E00 10100010 = 0x51 = 'Q' (ASCII character code 81 decimal) 11101010 = 0x75 = 'u' (ASCII character code 117 decimal) 11010010 = 0x69 = 'i' (ASCII character code 105 decimal) 11011100 = 0x6E = 'n' (ASCII character code 110 decimal) 11011100 = 0x6E = 'n' (ASCII character code 110 decimal) 11011100 = 0x00 = 0 (ASCII character code 0 decimal - null-terminator)


What is the ASCII value of space key?

Keys haven't got ASCII codes. You might mean the scan code which is returned by functions like getch(TurboC) and ReadKey(TurboPascal) prefixed by a zero value.Left: 0, 75Right: 0, 77Up: 0, 72Down: 0, 80PgUp: 0, 73PgDn: 0, 81Home: 0, 71End: 0, 79Ins: 0, 82Del: 0, 83


What is the ASCII code for a capital A?

Decimal: 65 Hexadecimal: 41 Octal: 101 Binary: 01000001 HTML: &.#.65; (without periods) Hope this answered your question!


What is the ASCII code of 'd'?

ASCII refers to the characterset. So the ASCII code of 'd' is 'd' If you meant binary code it is: 01100100


What is the ASCII code for e?

The ASCII code for capital E is 069 and the ASCII code for regular e is 101.hope this help.


What is the code of the letter B in the ASCII code?

The ASCII code of letter B is 66