Toolman

ASCII 44

ASCII 44 is Comma, written ,.

Every representation

Character,
NameComma
Decimal44
Hexadecimal0x2C
Octal0054
Binary00101100
HTML entity,
Escape sequence\x2C
UnicodeU+002C
GroupPunctuation 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

Full ASCII table · Text to binary converter · Number base converter