Toolman

ASCII 38

ASCII 38 is Ampersand, written &.

Every representation

Character&
NameAmpersand
Decimal38
Hexadecimal0x26
Octal0046
Binary00100110
HTML entity& or &
Escape sequence\x26
UnicodeU+0026
GroupPunctuation or symbol

What it is for

Ampersand. Starts an HTML entity, separates query parameters in a URL, and backgrounds a job in shell.

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

Ampersand, the character &. In hexadecimal it is 0x26, in octal 0046, and in binary 00100110.

How do I type ASCII 38?

Type & directly. In a string literal it can also be written \\x26, and in HTML as & or &.

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