Toolman

ASCII 94

ASCII 94 is Circumflex accent, written ^.

Every representation

Character^
NameCircumflex accent
Decimal94
Hexadecimal0x5E
Octal0136
Binary01011110
HTML entity^
Escape sequence\x5E
UnicodeU+005E
GroupPunctuation or symbol

What it is for

Caret. Means start-of-string in a regular expression, and negation inside a character class.

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

Circumflex accent, the character ^. In hexadecimal it is 0x5E, in octal 0136, and in binary 01011110.

How do I type ASCII 94?

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

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