Introduction
Alienese is the alien language from Futurama, the animated sci-fi series by Matt Groening and David X. Cohen. It first aired on Fox in 1999. The show hides alien text on background signs, and fans have decoded two distinct languages. AL1 is a simple substitution cipher. AL2 is a positional shift cipher that took fans years to crack. Type your text above to encode or decode both. All processing runs in your browser. No data is sent anywhere.
What this tool does
- AL1 encoding and decoding: a monoalphabetic substitution cipher where each English letter maps to a fixed alien letter.
- AL2 encoding and decoding: a positional shift cipher where each letter is shifted by its zero-based position within its word.
- Language selector: switch between AL1 and AL2 with a dropdown. The mode and language sync to URL query parameters.
- Bidirectional: toggle between English-to-Alienese and Alienese-to-English with one click.
- The settings panel shows the full AL1 alphabet mapping table when AL1 is selected.
- Case is preserved. Non-alphabetic characters pass through unchanged and reset the AL2 position counter.
- All translation runs client-side. No text leaves your browser.
How this tool works
The translator supports two modes. In AL1 mode, each character is looked up in a fixed substitution table. A maps to B, B maps to Q, C maps to C, and so on through all 26 letters. Decoding reverses the lookup. Case is preserved by checking whether the input character is uppercase. In AL2 mode, the tool tracks the position of each letter within its word. The first letter (position 0) is shifted by 0, the second (position 1) is shifted by 1, the third by 2, and so on. The shift wraps around modulo 26. Spaces and punctuation reset the position counter to 0. Decoding reverses the shift by subtracting the position. The language and mode settings sync to URL query parameters so you can share a link that preserves your configuration.
How the Futurama alien languages work
Alienese appears in Futurama, the animated series created by Matt Groening and David X. Cohen. It ran on Fox from 1999 to 2003, on Comedy Central from 2010 to 2013, and was revived on Hulu in 2023 with new episodes continuing through 2025 and 2026. The Wikipedia article on the Futurama alien language) describes two distinct alien languages hidden in the show's background art.
AL1 (Alien Language 1) is a monoalphabetic substitution cipher. Groening and Cohen designed it as a puzzle for observant fans. Each English letter maps to a unique alien symbol. Fans decoded AL1 early in the show's run by collecting enough symbols from background signs and applying frequency analysis. Once the full 26-letter mapping was known, every AL1 sign became readable. The Futurama Wiki on Wikisimpsons documents the complete AL1 alphabet.
AL2 (Alien Language 2) is more complex. It uses a modular arithmetic cipher where each letter is shifted by its position within its word. This means the same English letter produces different alien symbols depending on where it appears. AL2 was not fully decoded until years after it first appeared. The positional shift makes simple frequency analysis ineffective because the same plaintext letter maps to multiple ciphertext letters.
Both languages appear on signs, billboards, and screens throughout the show. The writers used them as Easter eggs, hiding jokes and messages that only dedicated fans would find. AL1 text appears more frequently. AL2 is rarer and was introduced specifically to give fans a harder puzzle. For another pop-culture substitution cipher, see the Al Bhed translator. For the classic shift cipher that AL2 builds on, see the Caesar cipher.
How to use this tool
- Select the language: AL1 for the substitution cipher, or AL2 for the positional shift cipher.
- Select the mode: "English to Alienese" to encode, or "Alienese to English" to decode.
- Type or paste your text in the input field. The output updates instantly as you type.
- In AL1 mode, each letter is substituted using the fixed mapping table. In AL2 mode, each letter is shifted by its position in the word.
- Use the swap button to quickly switch translation direction without retyping.
- Copy the result using the "Copy result" button. Check the AL1 alphabet table in the settings panel for reference.
Real-world examples
Encoding a message into AL1
A fan types "futurama" in English-to-AL1 mode with AL1 selected. The tool substitutes each letter: F->G, U->W, T->V, U->W, R->T, A->B, M->N, A->B. The output reads "gwvwtbnb". The fan posts this on a Futurama forum as a hidden message. Other fans who know the AL1 mapping can decode it back to "futurama" by reversing the substitution.
Encoding with the AL2 positional shift
A fan types "bender" in English-to-AL2 mode. The tool shifts each letter by its position: B (position 0, shift 0) stays B, E (position 1, shift 1) becomes F, N (position 2, shift 2) becomes P, D (position 3, shift 3) becomes G, E (position 4, shift 4) becomes I, R (position 5, shift 5) becomes W. The output reads "bfpgiw". Decoding reverses each shift by subtracting the position index.
Decoding an AL1 sign from the show
A fan spots an alien sign in a Futurama episode and transcribes the letters. They paste the text into Alienese-to-English mode with AL1 selected. The tool reverses each substitution. If the sign reads "ifmmp", the tool outputs "hello" (I->H, F->E, M->L, M->L, P->O). The fan discovers a hidden joke the writers planted in the background art years ago.
Comparison with similar methods
| Method | Complexity | Typical use |
|---|---|---|
| Alienese AL1 (substitution) | Low | Futurama background signs, fan puzzles |
| Alienese AL2 (positional shift) | Medium | Harder Futurama Easter eggs, fan challenges |
| Caesar cipher | Low | General-purpose shift cipher, teaching tool |
| Vigenere cipher | Medium | Polyalphabetic cipher, resists frequency analysis |
Limitations or considerations
Neither AL1 nor AL2 has any cryptographic security. AL1 is a monoalphabetic substitution cipher breakable with frequency analysis. AL2 is a positional shift cipher that is slightly harder but still trivial to decode once you know the algorithm. Both are Easter egg puzzles, not encryption. This tool represents alien symbols as English letters. The actual show uses custom symbols, not Latin characters. For another pop-culture cipher, try the Al Bhed translator. For the classic shift cipher, see the Caesar cipher. For a polyalphabetic cipher that resists frequency analysis, see the Vigenere cipher. For another fictional alphabet, try the Standard Galactic Alphabet.
Frequently asked questions
What is Alienese?
Alienese is the name fans gave to the alien languages hidden in Futurama, the animated series by Matt Groening and David X. Cohen. There are two languages: AL1 is a monoalphabetic substitution cipher decoded by fans early in the show's run. AL2 is a positional shift cipher that took fans years to crack. The alien text appears on background signs throughout the series.
What is the difference between AL1 and AL2?
AL1 is a simple substitution cipher where each English letter always maps to the same alien symbol. AL2 is a positional shift cipher where each letter is shifted by its position within its word. This means the same English letter produces different symbols in AL2 depending on where it appears, making frequency analysis harder. AL2 was designed as a more difficult puzzle for fans who had already cracked AL1.
When did Futurama air?
Futurama originally aired on Fox from 1999 to 2003. Comedy Central revived it from 2010 to 2013. Hulu revived the show again in 2023, with new episodes continuing through 2025 and 2026. The alien languages appear throughout all seasons, though AL2 was introduced later in the show's run.
Is Alienese a real language?
No. Alienese is a cipher, not a constructed language. It has no grammar, vocabulary, or syntax of its own. AL1 is a letter substitution over English. AL2 is a positional shift over English. Both produce readable English text once decoded. They are puzzle Easter eggs, not functional languages.
Conclusion
The Alienese translator encodes and decodes both alien languages from Futurama. Type your message, switch between AL1 and AL2, and copy the output. For other cipher and conlang tools, try the Al Bhed translator, the Caesar cipher, the Vigenere cipher, or the Standard Galactic Alphabet.