Toolman

ASCII 34

ASCII 34 is Double quote, written ".

Every representation

Character"
NameDouble quote
Decimal34
Hexadecimal0x22
Octal0042
Binary00100010
HTML entity" or "
Escape sequence\\"
UnicodeU+0022
GroupPunctuation or symbol

What it is for

Double quote. Must be escaped inside a JSON string as \\", and inside an HTML attribute as ".

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

Double quote, the character ". In hexadecimal it is 0x22, in octal 0042, and in binary 00100010.

How do I type ASCII 34?

Type " directly. In a string literal it can also be written \\x22, and in HTML as " or ".

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