Toolman

ASCII 63

ASCII 63 is Question mark, written ?.

Every representation

Character?
NameQuestion mark
Decimal63
Hexadecimal0x3F
Octal0077
Binary00111111
HTML entity?
Escape sequence\x3F
UnicodeU+003F
GroupPunctuation or symbol

What it is for

Question mark. Begins the query string in a URL, and means "zero or one" in a regular expression.

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 63?

Question mark, the character ?. In hexadecimal it is 0x3F, in octal 0077, and in binary 00111111.

How do I type ASCII 63?

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

Is ASCII 63 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