Futurama has two alien languages: AL1 is a simple substitution cipher, AL2 uses modular arithmetic. Here is how both work and how fans decoded every background sign.
Futurama has two alien languages hidden in its background signage. The first, AL1, is a simple substitution cipher that fans cracked within weeks of the show's 1999 premiere. The second, AL2, uses modular arithmetic and took years to fully decode. Both were designed by the show's writers, a room staffed by people with advanced degrees in math, physics, and computer science.
The series was created by Matt Groening and David X. Cohen. It ran on Fox from 1999 to 2003, moved to Comedy Central from 2010 to 2013, and was revived on Hulu in 2023 with new episodes continuing through 2025 and 2026. Cohen holds a physics degree from Harvard and a master's in computer science from UC Berkeley. He hired writers with similar backgrounds, which is why the show contains more real mathematics than most college curricula.
You can experiment with the first alien language using our Alienese Translator, which applies the AL1 substitution table to English text. The tool makes the cipher mechanism visible in a way that pausing a DVD does not, because you can type your own messages and see the symbol-by-symbol substitution in real time.
David X. Cohen built the Futurama writers' room with a deliberate bias toward technical credentials. He has said in multiple interviews that he wanted writers who could generate jokes that would hold up under inspection by people who actually knew the science. The room included Ken Keeler, who has a PhD in applied mathematics from Harvard; Jeff Westbrook, who has a PhD in computer science from Princeton and worked as a researcher at AT&T Labs; and Bill Odenkirk, who has a PhD in inorganic chemistry from the University of Chicago.
This matters for the alien languages because the ciphers were not designed by a graphic artist picking random symbols. They were designed by people who understood cryptographic systems. AL1 is a straightforward substitution cipher, the kind you find in any introductory cryptography textbook. AL2 is a modular arithmetic cipher, which is a step up in complexity. The writers created these as puzzles for the audience, knowing that the audience included people who would actually try to solve them.
The Wikipedia article on Futurama covers the show's history and its mathematical content. The show's commitment to real science is documented across dozens of episodes, from the Professor's time travel equations to Bender's binary representation. The alien languages are part of that same commitment: they are real ciphers, not decorative gibberish.
Alien Language 1, usually abbreviated AL1, is a monoalphabetic substitution cipher. Each English letter is replaced by a unique alien symbol. The mapping is fixed and does not change between episodes. There are 26 symbols, one for each letter of the English alphabet.
Fans decoded AL1 during the first season. The method was straightforward: collect enough alien text from paused VHS recordings, count symbol frequencies, and match the most common alien symbol to "E," the most common English letter. This is frequency analysis, the same technique Al-Kindi described in the 9th century and the same technique that breaks any monoalphabetic substitution cipher including Al Bhed from Final Fantasy X.
Once a few letters were confirmed, the rest fell quickly. Short words constrained the possibilities. Common English words like "THE" and "AND" appeared in the alien text once enough letters were known. The full AL1 table was published online within weeks of the first episodes airing, and the Futurama production team acknowledged the fan effort.
You can compare AL1 directly to other substitution ciphers using our Al Bhed Translator and our Caesar cipher tool. All three are monoalphabetic substitutions. The only difference is the symbol set. Al Bhed uses Latin letters. Caesar uses shifted Latin letters. AL1 uses invented alien glyphs. The cryptographic mechanism is identical in each case.
The Wikipedia article on the Alien language in Futurama) documents both AL1 and AL2 and includes the full AL1 symbol table.
Alien Language 2, or AL2, is the more interesting cipher. The writers introduced it after fans cracked AL1 too quickly. AL2 is not a simple substitution. It uses modular arithmetic to create a polyalphabetic system where the same plaintext letter can map to different alien symbols depending on its position in the text.
The mechanism works as follows. Each alien symbol in AL2 represents a number. To decode a symbol at position N in the text, you take the symbol's numeric value, subtract N, and take the result modulo 26 (or modulo the size of the symbol set). The result gives you the plaintext letter. This means the first symbol uses one substitution alphabet, the second symbol uses a shifted alphabet, the third uses another shift, and so on. The shift changes with every position.
This is structurally similar to a Vigenere cipher, where a repeating key shifts the alphabet for each position. In AL2, the "key" is the position index itself, which means the shift increments by one for each successive character. Our Vigenere cipher tool demonstrates the same principle of position-dependent substitution, though Vigenere uses a repeating keyword rather than a simple incrementing counter.
AL2 took fans years to crack. The alien text appears only in background signs, which means the available ciphertext is short and scattered across episodes. Frequency analysis does not work directly because the cipher is polyalphabetic: the same plaintext letter produces different symbols at different positions, flattening the frequency distribution. Fans had to identify enough text to recognize the modular pattern, then work backward to determine the symbol-to-number mapping.
The Wikipedia article on Ken Keeler notes his role in the show's mathematical content, though the specific authorship of the AL2 cipher is not publicly attributed to a single writer. What is clear is that the cipher was designed by someone who understood modular arithmetic and polyalphabetic encryption well enough to implement it in a visual medium.
The Futurama fan community treated the alien languages as a collaborative cryptanalysis project. The process spanned years and involved dozens of contributors.
For AL1, the workflow was simple. Fans recorded episodes on VHS, paused on frames containing alien text, and transcribed the symbols. They pooled transcripts online, ran frequency counts, and tested hypotheses against known English phrases that fit the context of each sign. A sign on a vending machine was likely to say something about food or price. A sign on a spaceship was likely to say something about danger or exit. Context provided known-plaintext, which accelerated the decryption enormously.
For AL2, the process was harder. Fans had to collect enough AL2 text to notice that the same symbol was producing different plaintext letters at different positions. That observation was the breakthrough. Once someone hypothesized a position-dependent shift, the rest was verification: test the modular arithmetic formula against multiple signs, check whether the decoded text made sense in context, and confirm across episodes.
The fan effort was thorough enough that by the end of the original Fox run, both AL1 and AL2 were fully decoded. The Comedy Central revival episodes included new alien text in both languages, and fans decoded those within days of each episode airing. The Hulu revival, which began in 2023 and continues through 2026, has continued the tradition. New episodes contain new alien signs, and the fan community continues to transcribe and decode them.
This is one of the few cases where a television show's audience has engaged in sustained, organized cryptanalysis over decades. The show's writers designed the ciphers to be solvable, and the audience responded by solving them. The interaction between creator and solver is a form of collaborative puzzle design that predates ARGs and modern transmedia storytelling.
The alien ciphers are not the most impressive mathematical content in Futurama. That distinction belongs to the Futurama theorem, a real theorem in group theory written specifically for the episode "The Prisoner of Benda" (season 6, episode 10, aired in 2010).
The episode's plot involves a body-swapping machine. Characters swap bodies, but the machine has a limitation: any pair of bodies can only swap once. After multiple swaps, the characters are in the wrong bodies and cannot simply swap back. The question is whether there exists a sequence of additional swaps that restores everyone to their original body, given the one-swap-per-pair constraint.
Ken Keeler, the writer with a PhD in applied mathematics, proved that the answer is yes. He wrote a formal proof showing that for any permutation of bodies produced by the machine, there exists a sequence of at most two additional "outsider" bodies that can restore all original pairings. The proof uses results from group theory, specifically the symmetric group on n elements. The Wikipedia article on "The Prisoner of Benda" covers the theorem and its proof.
This is a real, publishable mathematical result created for a comedy cartoon. Keeler's proof was later written up in mathematical form and presented at academic venues. It is not a joke proof or a hand-wavy argument. It is a rigorous result in permutation group theory that solves a problem the episode's plot created.
The theorem matters here because it illustrates the same principle behind the alien ciphers: the Futurama writers' room treated mathematical correctness as a creative constraint. They did not hand-wave the math. They did the math. The ciphers are real ciphers. The theorem is a real theorem. The show's mathematical content holds up under inspection by people with PhDs, because it was written by people with PhDs.
The Hulu revival of Futurama premiered in 2023 and has continued with new seasons through 2025 and 2026. The revived show maintains the tradition of embedding alien text in background signage. Both AL1 and AL2 appear in the new episodes, sometimes alongside new visual gags that reference the original run.
Finding the alien text requires pausing episodes and scanning backgrounds. The text appears on signs, screens, packaging, and occasionally on characters' clothing. The Hulu streaming interface makes this easier than the VHS era: you can pause at full resolution and step through frames. Fans have continued to transcribe and decode the new alien text, publishing results on Futurama fan sites and wikis within days of each episode's release.
The revival's writing staff includes several original writers, which explains the continuity of the alien language tradition. David X. Cohen remains involved as an executive producer. The mathematical and cryptographic content has not been diluted for the streaming era. If anything, the writers have leaned into it, knowing that the audience expects and will investigate hidden content.
If you want to try decoding alien text yourself, start with our Alienese Translator for AL1. For AL2, you will need to apply the modular arithmetic formula manually, since the position-dependent shift makes a simple substitution tool insufficient. The process is a good exercise in polyalphabetic cryptanalysis and will give you an appreciation for why AL2 took fans years to crack while AL1 fell in weeks.
AL1 is a simple monoalphabetic substitution cipher where each English letter maps to a fixed alien symbol. AL2 is a modular arithmetic cipher where the substitution shifts based on the character's position in the text, making it polyalphabetic. AL1 was cracked by fans within weeks. AL2 took years.
The alien languages were created by the Futurama writers' room, led by Matt Groening and David X. Cohen. The writing staff included people with advanced degrees in mathematics, physics, and computer science, including Ken Keeler (PhD in applied mathematics) and Jeff Westbrook (PhD in computer science).
Yes. Ken Keeler wrote a formal proof in group theory for the episode 'The Prisoner of Benda.' The proof shows that any permutation of bodies produced by a one-swap-per-pair machine can be reversed using at most two additional outsider bodies. It is a rigorous result in permutation group theory.
AL2 uses modular arithmetic. Each alien symbol has a numeric value. To decode a symbol at position N, subtract N from the symbol's value and take the result modulo 26. The result gives you the plaintext letter. The position-dependent shift makes frequency analysis ineffective, which is why AL2 took fans years to crack.
Yes. The Hulu revival, which began in 2023 and continues through 2026, includes new alien text in both AL1 and AL2 on background signs. Fans continue to transcribe and decode the new text, publishing results online within days of each episode's release.
Alienese Translator
Translate text to and from Futurama's Alienese, including both AL1 (simple substitution) and AL2 (modular arithmetic) ciphers created by Matt Groening and David X. Cohen.
Al Bhed Translator
Translate text to and from Al Bhed, the substitution cipher language from Final Fantasy X, with a full alphabet mapping and frequency analysis mode.
Al Bhed Is a Real Substitution Cipher: Here's How to Crack It
Al Bhed from Final Fantasy X is a simple substitution cipher where each English letter maps to another. Here is how it works, the 26 primers, and how to crack it with frequency analysis.
Nadsat: The Invented Slang Anthony Burgess Built From Russian
Nadsat is the invented slang from A Clockwork Orange, built from Russian, Cockney rhyming slang, and English. Here is how Anthony Burgess designed it to be learnable from context.