Toolman

ASCII 61

ASCII 61 is Equals sign, written =.

Every representation

Character=
NameEquals sign
Decimal61
Hexadecimal0x3D
Octal0075
Binary00111101
HTML entity=
Escape sequence\x3D
UnicodeU+003D
GroupPunctuation or symbol

What it is for

The character =.

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

Equals sign, the character =. In hexadecimal it is 0x3D, in octal 0075, and in binary 00111101.

How do I type ASCII 61?

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

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