Back
Asciify Logo
Asciify

Latin Capital Letter E

Derived from the most frequently used letter in English, uppercase 'E' carries that statistical weight into every capitalized word and sentence opening. It sits at ASCII code point 69 (0x45), exactly 32 below its lowercase counterpart 'e' at 101 (0x65), maintaining the single-bit case offset (bit 5) shared by all ASCII A–Z / a–z pairs. It also functions as one of the six hexadecimal letter-digits, representing the value 14.

Latin Letter

Technical Details

Code Example

</>
// Scientific notation in C
double large = 1.5E6; // 1,500,000
double small = 2.5E-3; // 0.0025

Common Usage

  • Hexadecimal digit: Uppercase 'E' represents 14 in hex and appears throughout byte values like 0xEF and 0xFE. It is the default form in many hex-dump utilities, and C-family printf-style formatting with %X produces uppercase hex output including 'E'.

  • Scientific notation conventions: While most programming languages use lowercase 'e' in floating-point literals (1.5e3), several output formats and engineering tools prefer uppercase 'E' to avoid ambiguity with the mathematical constant e. Fortran historically used both, and IEEE 754 documentation typically shows the uppercase form.

  • Frequency analysis anchor: Because 'E' descends from the most common English letter, its uppercase form is a frequent early target when applying frequency analysis to ciphertext that preserves case. Its dominance was documented as a cryptanalytic lever as early as al-Kindi's 9th-century treatise.

  • Diacritical variants: Uppercase 'E' supports an extensive set of accented forms — È, É, Ê, Ë, Ě, Ę, Ē — appearing across French, Spanish, Czech, Polish, Māori, and many other orthographies. In most languages these remain variants of the same letter, though their correct rendering is essential for proper nouns and sentence-initial positions.

  • Hexadecimal digit: Uppercase 'E' represents 14 in hex and appears throughout byte values like 0xEF and 0xFE. It is the default form in many hex-dump utilities, and C-family printf-style formatting with %X produces uppercase hex output including 'E'.

  • Scientific notation conventions: While most programming languages use lowercase 'e' in floating-point literals (1.5e3), several output formats and engineering tools prefer uppercase 'E' to avoid ambiguity with the mathematical constant e. Fortran historically used both, and IEEE 754 documentation typically shows the uppercase form.

  • Frequency analysis anchor: Because 'E' descends from the most common English letter, its uppercase form is a frequent early target when applying frequency analysis to ciphertext that preserves case. Its dominance was documented as a cryptanalytic lever as early as al-Kindi's 9th-century treatise.

  • Diacritical variants: Uppercase 'E' supports an extensive set of accented forms — È, É, Ê, Ë, Ě, Ę, Ē — appearing across French, Spanish, Czech, Polish, Māori, and many other orthographies. In most languages these remain variants of the same letter, though their correct rendering is essential for proper nouns and sentence-initial positions.

@workani&@alexluthor
Privacy & legal

Privacy

No accounts, no ads, no tracking cookies, and no cross-site tracking. The only analytics we keep are faceless — anonymous, aggregated counts of pages and searches, never tied to you. We store no IP addresses, set no tracking cookies, and build no profiles. Cloudflare hosts the site and handles requests for delivery and security.

Full privacy policy·Extension privacy·legal@asciify.dev

Attributions & licenses

Twemoji
© Twitter, Inc and other contributors · CC-BY 4.0
Noto Color Emoji
© Google · Apache 2.0
Fluent UI Emoji
© Microsoft · MIT
OpenMoji
© HfG Schwäbisch Gmünd · CC-BY-SA 4.0
Toss Face
© Viva Republica (Toss) · SIL OFL 1.1
JoyPixels
© JoyPixels Inc. · Free Limited Use License
SerenityOS Emoji
© The SerenityOS Developers · BSD-2-Clause
EmojiTwo
© EmojiTwo contributors · CC-BY 4.0
Apple Color Emoji
© Apple, Inc.
Facebook Emoji
© Meta Platforms, Inc.

Apple and Facebook emoji styles are proprietary and shown here solely for reference and comparison — a common-sense application of nominative-use / fair-use principles. asciify is not affiliated with, endorsed by, or sponsored by Apple, Inc., Meta Platforms, Inc., or any other rights holder listed above. If a rights holder requests removal of their emoji style from this site, it will be removed.

All other vendor emoji are reproduced for reference and comparison under their respective open licenses listed above.

Character names and code points from the Unicode® Standard. Unicode® and the Unicode Logo are registered trademarks of Unicode, Inc.

Privacy
© asciify.dev 2025-2026