Toolman

ASCII 32

ASCII 32 is Space, written space.

Every representation

Characterspace
NameSpace
Decimal32
Hexadecimal0x20
Octal0040
Binary00100000
HTML entity 
Escape sequence\x20
UnicodeU+0020
GroupWhitespace

What it is for

The space. Encoded like any other character, which is why a URL has to escape it as %20 and why trailing spaces are invisible bugs.

Where the number comes from

Codes 32 to 126 hold the printable characters. The punctuation was distributed around the letters and digits so that the most common characters fell into positions that were convenient for the teleprinter keyboards of the time.

Frequently asked questions

What is ASCII 32?

Space, the character space. In hexadecimal it is 0x20, in octal 0040, and in binary 00100000.

How do I type ASCII 32?

Type space directly. In a string literal it can also be written \\x20, and in HTML as  .

Is ASCII 32 printable?

Yes. Codes 32 to 126 are the printable range, which is every character ASCII can actually display.

Nearby codes

Full ASCII table · Text to binary converter · Number base converter