ASCII 61
ASCII 61 is Equals sign, written =.
Every representation
| Character | = |
| Name | Equals sign |
| Decimal | 61 |
| Hexadecimal | 0x3D |
| Octal | 0075 |
| Binary | 00111101 |
| HTML entity | = |
| Escape sequence | \x3D |
| Unicode | U+003D |
| Group | Punctuation 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
- ASCII 54 — 6
- ASCII 55 — 7
- ASCII 56 — 8
- ASCII 57 — 9
- ASCII 58 — :
- ASCII 59 — ;
- ASCII 60 — <
- ASCII 62 — >
- ASCII 63 — ?
- ASCII 64 — @
- ASCII 65 — A
- ASCII 66 — B
- ASCII 67 — C
- ASCII 68 — D
Full ASCII table · Text to binary converter · Number base converter