Toolman

ASCII 37

ASCII 37 is Percent sign, written %.

Every representation

Character%
NamePercent sign
Decimal37
Hexadecimal0x25
Octal0045
Binary00100101
HTML entity%
Escape sequence\x25
UnicodeU+0025
GroupPunctuation or symbol

What it is for

Percent sign. Introduces a percent-encoded byte in a URL and a format specifier in printf.

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

Percent sign, the character %. In hexadecimal it is 0x25, in octal 0045, and in binary 00100101.

How do I type ASCII 37?

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

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