Back
Asciify Logo
Asciify

Latin Small Letter E

The most frequently used letter in the English language, accounting for roughly 12–13 % of all characters in typical corpora — a dominance that has made it a cornerstone of frequency analysis in classical cryptography. Lowercase 'e' sits at ASCII code point 101 (0x65), 32 above its uppercase counterpart 'E' at 69 (0x45), maintaining the single-bit case offset (bit 5) shared by all ASCII A–Z / a–z pairs. It also serves as one of the six hexadecimal letter-digits, representing the value 14.

Latin Letter

Technical Details

Code Example

</>
// Scientific notation and Euler's number
#include <math.h>
double sci = 1.5e6; // 1,500,000
double euler = M_E; // 2.71828...

Common Usage

  • Hexadecimal digit: Lowercase 'e' represents 14 in hex notation and appears throughout SHA digests, MAC addresses, UUIDs, and CSS color values. It surfaces frequently in hex dumps simply because it is a valid digit in many byte values (e.g., 0xEF, 0xFE).

  • Scientific and exponential notation: In most mainstream programming languages and data formats, 'e' serves as the exponent separator in floating-point literals — 1.5e3 means 1500, 2.998e8 approximates the speed of light. This convention traces back to early Fortran and persists in JSON, Python, C, JavaScript, and many others.

  • Frequency analysis anchor: Because 'e' is by far the most common letter in English, it is typically the first target in frequency-based ciphertext attacks. Its statistical dominance as a cryptanalytic tool is documented as early as al-Kindi's 9th-century treatise on deciphering encrypted messages.

  • Diacritical variants: Few letters rival the breadth of 'e' in accented forms — è (grave), é (acute), ê (circumflex), ë (diaeresis), ě (caron), ę (ogonek), and ē (macron) appear across French, Spanish, Czech, Polish, Māori, and many other Latin-script orthographies.

  • Hexadecimal digit: Lowercase 'e' represents 14 in hex notation and appears throughout SHA digests, MAC addresses, UUIDs, and CSS color values. It surfaces frequently in hex dumps simply because it is a valid digit in many byte values (e.g., 0xEF, 0xFE).

  • Scientific and exponential notation: In most mainstream programming languages and data formats, 'e' serves as the exponent separator in floating-point literals — 1.5e3 means 1500, 2.998e8 approximates the speed of light. This convention traces back to early Fortran and persists in JSON, Python, C, JavaScript, and many others.

  • Frequency analysis anchor: Because 'e' is by far the most common letter in English, it is typically the first target in frequency-based ciphertext attacks. Its statistical dominance as a cryptanalytic tool is documented as early as al-Kindi's 9th-century treatise on deciphering encrypted messages.

  • Diacritical variants: Few letters rival the breadth of 'e' in accented forms — è (grave), é (acute), ê (circumflex), ë (diaeresis), ě (caron), ę (ogonek), and ē (macron) appear across French, Spanish, Czech, Polish, Māori, and many other Latin-script orthographies.

@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