"
PunctuationPrintableDec 34

ASCII 34 "

The printable character """ at ASCII code 34.

All Representations

Decimal
34
Hexadecimal
0x22
Octal
0o042
Binary
00100010
HTML Entity
"

Character Details

Character"
Name"
Decimal34
Hexadecimal0x22
Octal0o042
Binary00100010
HTML Entity"
CategoryPunctuation
PrintableYes

About ASCII 34 (")

The double quotation mark (or straight quote) delimits strings in most programming languages including C, Java, JavaScript, Python, and many others. In HTML, double quotes enclose attribute values by convention. The ASCII straight quote differs from typographic curly quotes (Unicode characters) preferred in published text. In JSON, strings must be enclosed in double quotes specifically — single quotes are invalid. Shell scripting uses double quotes to allow variable interpolation while preserving spaces and preventing word splitting in arguments.

Punctuation marks serve as the structural scaffolding of written language, delineating sentences, clauses, and phrases while conveying emphasis and grouping. In programming, these same characters gain powerful additional roles as operators, statement terminators, delimiters, and syntactic markers that compilers and interpreters rely upon. This dual significance in both natural language and code syntax means punctuation characters carry outsized functional importance relative to their small count in the ASCII character set.

In the ASCII encoding table, Double Quote is assigned code point 34 in decimal (0x22 hexadecimal, 042 octal, 00100010 binary). The 7-bit ASCII standard, first published in 1963 by the American Standards Association, defines exactly 128 characters that remain the foundation of text encoding systems worldwide. UTF-8, the dominant encoding on the modern web, is fully backward compatible with ASCII — every ASCII character is encoded as the identical single byte in UTF-8, guaranteeing that Double Quote works reliably across all operating systems, programming languages, and internet protocols.

Related ASCII Characters

Nearby ASCII Codes

DecHexOctBinCharName
290x1D0o03500011101GS
300x1E0o03600011110RS
310x1F0o03700011111US
320x200o04000100000 Space
330x210o04100100001!!
340x220o04200100010""
350x230o04300100011##
360x240o04400100100$$
370x250o04500100101%%
380x260o04600100110&&
390x270o04700100111''

Explore the Full ASCII Table

Browse all 128 ASCII characters with codes, representations, and detailed references.