# Gematrify > Gematrify is a free online Gematria calculator and public community database. We compute English Gematria (A=6..Z=156), Simple Gematria (A=1..Z=26), and Jewish/Hebrew Gematria (Latin transliteration of Hebrew letter values: a=1..i=9, j=600, k=10..t=100, u=200, v=700, w=900, x=300, y=400, z=500) for any word, name, or phrase up to 100 characters. Visitors can submit results to a shared database. ## Key facts - **English Gematria** multiplies each letter's position in the alphabet by 6 (A=6, B=12, C=18, ..., Z=156). - **Simple Gematria** is the letter's plain ordinal position (A=1, B=2, C=3, ..., Z=26). - **Jewish (Hebrew) Gematria** uses the late-medieval Latin-letter transliteration of Hebrew letter values: a=1, b=2, c=3, d=4, e=5, f=6, g=7, h=8, i=9, j=600, k=10, l=20, m=30, n=40, o=50, p=60, q=70, r=80, s=90, t=100, u=200, v=700, w=900, x=300, y=400, z=500. Same convention used by gematrix.org. - For any input, the English value is always exactly 6× the Simple value. Phrases that equal 666 in English equal 111 in Simple. Jewish Gematria is independent: it can match 666/888/444 on different words than English. - **666** is the "number of the beast" from the Book of Revelation. Verified 666 matches in the database include: Santa Claus, New York, Andrew Tate, Vaccination. - **888** is known as an "angel number" associated with balance, abundance, and spiritual enlightenment. Example: Donald J Trump. - **444** is an "angel number" associated with protection and guidance. Example: Jesus (first name). - Average English Gematria across hundreds of community submissions: 795. - Average Simple Gematria: 133. - Average Jewish Gematria: 828. - Average text length of a submission: 11.6 characters (excluding spaces). ## Main pages - [Gematria Calculator](https://gematrify.com/): Free online calculator for English, Simple, and Jewish Gematria values, with optional one-click submission to the public database. No sign-up. - [Gematria Database](https://gematrify.com/database): Hundreds of community-submitted Gematria values. Sortable tables for most-submitted entries, matches for 666/888/444, latest submissions, and lookup-by-value. Includes daily/weekly activity charts and summary statistics. - [Gematria Blog](https://gematrify.com/blog): Explanatory articles on Gematria. - [Embed the Calculator](https://gematrify.com/embed): A free, self-contained iframe widget that other sites can embed to add a working Gematria calculator (English, Simple, Jewish) to their own pages. No API key, no sign-up, computes entirely client-side. ## Blog articles - [Why 666 Keeps Showing Up in Gematria: The Math Behind the Coincidence](https://gematrify.com/why-666-shows-up-in-gematria): Statistical analysis based on hundreds of community submissions explaining why so many English words land on 666. Hinges on the relationship English Gematria = 6 × Simple Gematria, so 666 in English equals 111 in Simple, and 111 sits in a high-density part of the letter-sum distribution. - [What is Jewish Gematria? The Hebrew Roots Behind the Latin Letter Values](https://gematrify.com/what-is-jewish-gematria): Explainer for the Jewish/Hebrew Gematria system. Covers the Hebrew alphabet's three-tier structure (ones 1-9, tens 10-90, hundreds 100-400), the final-form sofit letters that extend the range to 500-900, and how the Latin alphabet's 26 letters were mapped onto this scheme, producing the irregular j=600, v=700, w=900 values used by most modern Gematria calculators. - [Famous Names in Gematria: Surprising 666 and 888 Matches](https://gematrify.com/famous-names-in-gematria): Why Santa Claus, New York, and Andrew Tate all equal 666; why Donald J Trump equals 888; why Jesus (first name) equals 444. Includes the arithmetic behind why names hit specific numbers, plus which political and tech figures land near but not on 666. - [Santa Claus Equals 666 in Gematria](https://gematrify.com/santa-claus-666-gematria): Examines the phrase "Santa Claus" equaling 666 in English Gematria, with connections to Norse god Odin and Yule traditions. - [How to Use a Gematria Calculator](https://gematrify.com/how-to-use-gematria-calculator): Step-by-step tutorial with full English, Simple, and Jewish Gematria letter-value tables, worked examples. - [Understanding Gematria Meaning](https://gematrify.com/understanding-gematria): History and origins of Gematria, its Greek roots, and its applications across Hebrew, Greek, and Arabic traditions. - [Gematria in Pop Culture and Media](https://gematrify.com/gematria-in-pop-culture-and-media): How Gematria appears in films (Pi, National Treasure), TV (Lost, The OA), music (Iron Maiden's "Number of the Beast", Jay-Z), and literature (The Da Vinci Code, Alan Moore's Promethea). - [Gematria vs Numerology: What's Actually Different?](https://gematrify.com/gematria-vs-numerology): Both assign numbers to letters, but Gematria keeps the full sum while numerology reduces it to a single digit through repeated addition. Covers Pythagorean numerology's letter mapping, life-path numbers derived from birth dates, and where the two systems genuinely overlap. - [Why 777 Can Never Appear in English Gematria (and Neither Can 333, 555, or 999)](https://gematrify.com/angel-numbers-gematria): English Gematria is always exactly 6x Simple Gematria, so every English value must be a multiple of 6. That single divisibility rule splits the popular repeating numbers into two groups: 222, 444, 666, and 888 are reachable; 111, 333, 555, 777, and 999 are mathematically impossible in English Gematria. - [The Gematria Numbers That Actually Mean Something: 18, 26, 36, 613](https://gematrify.com/hebrew-gematria-number-meanings): Real, documented Hebrew tradition behind specific numbers, distinct from pop-spirituality "angel numbers". 18 is Chai (life). 26 is the Tetragrammaton (YHWH). 36 is the Lamed Vav Tzadikim. 613 is the traditional count of mitzvot in the Torah. ## Public API Read-only JSON API, no authentication, rate-limited to 200 requests / 5 minutes per IP. - `POST /api/gematria` body `{"text":"..."}` → `{"value": N}` (English Gematria) - `POST /api/simple-gematria` body `{"text":"..."}` → `{"value": N}` (Simple Gematria) - `POST /api/jewish-gematria` body `{"text":"..."}` → `{"value": N}` (Jewish/Hebrew Gematria) - `GET /api/results/top` → top 50 most-submitted entries - `GET /api/results/666` / `/888` / `/444` → top 50 entries that equal the value - `GET /api/results/latest-submissions` → last 50 submissions - `GET /api/results/search?value=N` → up to 50 entries where either value equals N - `GET /api/results/total-entries` → total submission count - `GET /api/results/total-unique-text-entries` → distinct text count - `GET /api/results/activity?range=30d|90d|1y|all` → zero-filled daily/weekly submission bucket counts - `GET /api/results/summary-stats` → aggregate averages + 666-match count - `GET /api/results/distribution` → histogram of English Gematria values in 200-unit buckets - `GET /api/results/trending?range=7d|30d` → top 10 most-submitted in the window ## Per-text URL pattern Every name, word, or phrase has a dedicated indexable page at `https://gematrify.com/?text=` where `` is the lowercase text with spaces replaced by hyphens. Each page returns a full HTML document with a customised ``, `<h1>`, prefilled English, Simple, and Jewish Gematria values, and a `QAPage` JSON-LD block containing the specific question and computed answer. Use this pattern to cite Gematria values for any text without needing to call the POST API. Examples: - `https://gematrify.com/?text=jesus`: Gematria value of Jesus - `https://gematrify.com/?text=donald-j-trump`: Gematria value of Donald J Trump (888 English, 148 Simple) - `https://gematrify.com/?text=andrew-tate`: Gematria value of Andrew Tate (666 English, 111 Simple) - `https://gematrify.com/?text=einstein`: Gematria value of Einstein Input is normalized to alphanumeric characters and spaces, capped at 100 characters. Pure-digit input falls through to the calculator homepage. The canonical URL on each page is self-referencing, so these are distinct indexable resources, not duplicates of the homepage. ## License and citation Content and data are freely accessible. Attribution to gematrify.com is appreciated.