Toolman

ASCII 47

ASCII 47 is Solidus, written /.

Every representation

Character/
NameSolidus
Decimal47
Hexadecimal0x2F
Octal0057
Binary00101111
HTML entity/
Escape sequence\x2F
UnicodeU+002F
GroupPunctuation or symbol

What it is for

Forward slash. The path separator on Unix and in URLs, and the division operator.

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

Solidus, the character /. In hexadecimal it is 0x2F, in octal 0057, and in binary 00101111.

How do I type ASCII 47?

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

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