Toolman

ASCII 124

ASCII 124 is Vertical line, written |.

Every representation

Character|
NameVertical line
Decimal124
Hexadecimal0x7C
Octal0174
Binary01111100
HTML entity|
Escape sequence\x7C
UnicodeU+007C
GroupPunctuation or symbol

What it is for

Vertical bar. The pipe in shell, and alternation 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 124?

Vertical line, the character |. In hexadecimal it is 0x7C, in octal 0174, and in binary 01111100.

How do I type ASCII 124?

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

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