9
DigitPrintableDec 57

ASCII 57 9

The printable character "9" at ASCII code 57.

All Representations

Decimal
57
Hexadecimal
0x39
Octal
0o071
Binary
00111001
HTML Entity
9

Character Details

Character9
Name9
Decimal57
Hexadecimal0x39
Octal0o071
Binary00111001
HTML Entity9
CategoryDigit
PrintableYes

About ASCII 57 (9)

Nine is the highest single decimal digit and the largest value representable in BCD (Binary-Coded Decimal) encoding, where each decimal digit is stored in 4 bits. In computing culture, 'nines' measure system reliability — 'five nines' means 99.999% uptime (about 5 minutes of downtime per year). The digit 9 has the mathematical property that any integer multiplied by 9 has a digital root of 9. In many programming contexts, 9 represents the upper bound when iterating through single decimal digits.

The ten decimal digit characters (0–9) occupy consecutive ASCII codes 48 through 57, arranged sequentially by deliberate design. This placement enables the classic parsing technique of subtracting the character '0' (code 48) from any digit character to yield its integer value — a trick embedded in virtually every text processing system and parser written in the past six decades. Digit characters are fundamentally distinct from numeric values: the character '5' is stored as byte value 53, not the integer 5.

In the ASCII encoding table, Digit 9 is assigned code point 57 in decimal (0x39 hexadecimal, 071 octal, 00111001 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 Digit 9 works reliably across all operating systems, programming languages, and internet protocols.

Related ASCII Characters

Nearby ASCII Codes

DecHexOctBinCharName
520x340o0640011010044
530x350o0650011010155
540x360o0660011011066
550x370o0670011011177
560x380o0700011100088
570x390o0710011100199
580x3A0o07200111010::
590x3B0o07300111011;;
600x3C0o07400111100<<
610x3D0o07500111101==
620x3E0o07600111110>>

Explore the Full ASCII Table

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