c
LowercasePrintableDec 99

ASCII 99 c

The printable character "c" at ASCII code 99.

All Representations

Decimal
99
Hexadecimal
0x63
Octal
0o143
Binary
01100011
HTML Entity
c

Character Details

Characterc
Namec
Decimal99
Hexadecimal0x63
Octal0o143
Binary01100011
HTML Entityc
CategoryLowercase
PrintableYes

About ASCII 99 (c)

The lowercase letter c (ASCII code 99) is the small form of the third letter in the Latin alphabet. Lowercase letters emerged from medieval scribal handwriting traditions where faster cursive writing produced smaller, rounder letterforms that eventually became standardized during the Renaissance era. In hexadecimal, 'c' represents decimal 12. In music theory, C is the foundational note of the C major scale with no sharps or flats.

The 26 lowercase Latin letters occupy ASCII codes 97 through 122, positioned exactly 32 code points after their uppercase equivalents. This systematic offset allows case conversion by toggling bit 5 in the binary representation — an elegant design choice from 1963 that still enables efficient case-insensitive string operations in modern software. Lowercase is the default case for most programming identifiers, Unix commands, file names, and body text, making these characters among the most frequently encoded in the entire ASCII set.

In the ASCII encoding table, Lowercase Letter c is assigned code point 99 in decimal (0x63 hexadecimal, 143 octal, 01100011 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 Lowercase Letter c works reliably across all operating systems, programming languages, and internet protocols.

Related ASCII Characters

Nearby ASCII Codes

DecHexOctBinCharName
940x5E0o13601011110^^
950x5F0o13701011111__
960x600o14001100000``
970x610o14101100001aa
980x620o14201100010bb
990x630o14301100011cc
1000x640o14401100100dd
1010x650o14501100101ee
1020x660o14601100110ff
1030x670o14701100111gg
1040x680o15001101000hh

Explore the Full ASCII Table

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