ASCII 44
ASCII 44 is Comma, written ,.
Every representation
| Character | , |
| Name | Comma |
| Decimal | 44 |
| Hexadecimal | 0x2C |
| Octal | 0054 |
| Binary | 00101100 |
| HTML entity | , |
| Escape sequence | \x2C |
| Unicode | U+002C |
| Group | Punctuation or symbol |
What it is for
Comma. The separator in CSV, which is why any field containing one must be quoted.
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 44?
Comma, the character ,. In hexadecimal it is 0x2C, in octal 0054, and in binary 00101100.
How do I type ASCII 44?
Type , directly. In a string literal it can also be written \\x2C, and in HTML as ,.
Is ASCII 44 printable?
Yes. Codes 32 to 126 are the printable range, which is every character ASCII can actually display.
Nearby codes
- ASCII 37 — %
- ASCII 38 — &
- ASCII 39 — '
- ASCII 40 — (
- ASCII 41 — )
- ASCII 42 — *
- ASCII 43 — +
- ASCII 45 — -
- ASCII 46 — .
- ASCII 47 — /
- ASCII 48 — 0
- ASCII 49 — 1
- ASCII 50 — 2
- ASCII 51 — 3
Full ASCII table · Text to binary converter · Number base converter