Introduction
The Daedric alphabet is the demonic writing system from The Elder Scrolls series by Bethesda Softworks. Each English letter swaps for a jagged, ornate Daedric glyph. The script appears on Daedric artifacts, shrines, and Oblivion gates across Morrowind, Oblivion, Skyrim, and The Elder Scrolls Online. Type your text above and the translator substitutes each letter instantly. Toggle the direction to decode Daedric script back to English. The full A-Z mapping table is shown in the settings panel for reference.
What this tool does
- Encodes English text into Daedric glyphs using a fixed 1:1 mapping over A through Z.
- Decodes Daedric back to English by reversing the same lookup table.
- Passes spaces, numbers, and punctuation through unchanged. Only A-Z characters are substituted.
- Displays a full mapping table showing every English letter and its Daedric glyph.
- Processes everything client-side in your browser. No text is sent to any server.
How this tool works
The translator holds a lookup table mapping each uppercase letter A through Z to a Private Use Area codepoint (U+E300 through U+E319). A web font bound to the CSS variable --font-daedric renders the actual glyph shapes for those codepoints. When you type, each character is uppercased and checked against the table. If it matches, the corresponding Daedric glyph replaces it. Non-letter characters, spaces, digits, punctuation, pass through untouched. Decode mode reverses the process: each PUA glyph maps back to its original English letter. The output updates as you type with no page reload. The mapping table in the settings panel lists all 26 letter-glyph pairs so you can look up individual characters or verify your output.
How the cipher or encoding works
The Daedric alphabet is a monoalphabetic substitution cipher over the English alphabet. It has 26 symbols, one for each letter A through Z. There are no separate lowercase forms. The Unofficial Elder Scrolls Pages (UESP) documents the full mapping and its appearances across the series. The Elder Scrolls Wiki and Wikipedia also cover the script.
In the lore of The Elder Scrolls, Daedric script is the writing of the Daedra, powerful extra-planar entities. The Daedric Princes, such as Mehrunes Dagon, Molag Bal, and Hermaeus Mora, use this script on their artifacts and in their dominions. Players encounter it on Daedric quests, shrine inscriptions, and Oblivion gates. In Morrowind (2002), the script appears on Vivec's temple architecture and in the Clockwork City. Oblivion (2006) uses it on the gates of Oblivion and in Mythic Dawn documents. Skyrim (2011) features it on Daedric artifact inscriptions and in the quest lines for the Daedric Princes.
The cipher has a keyspace of exactly 1 because the mapping is fixed and publicly documented. It was designed as a lore element and puzzle, not as a security mechanism. Fans of the series frequently search for Daedric translators to decode inscriptions found in-game, write themed messages, or create fan content. The script's distinctive angular style makes it recognizable even to casual players of the Elder Scrolls games.
How to use this tool
- Select a mode: "Text to Daedric" to encode English into glyphs, or "Daedric to Text" to decode glyphs back to English.
- Type or paste your text in the input field. The output updates instantly as you type.
- In encode mode, each A-Z letter is replaced with its Daedric glyph. In decode mode, each glyph is converted back to its letter.
- Use the swap button to flip between encode and decode without retyping your text.
- Check the mapping table in the settings to see the full letter-glyph correspondence.
- Copy the result with the "Copy result" button to paste it anywhere.
Real-world examples
Decoding a Skyrim Daedric inscription
A player finds a Daedric inscription on a shrine in Skyrim and wants to read it. They set the mode to decode and type the glyphs they can identify from the inscription. The translator reverses the Daedric mapping and outputs the English text. The mapping table in the settings helps them match each glyph to its letter if they get stuck.
Writing a Morrowind-style temple message
A fan creating an Elder Scrolls-themed project wants to add Daedric text to a building or document. They type their English message in encode mode and copy the glyph output. Spaces and punctuation pass through unchanged, so the structure of the message stays intact while the letters become Daedric symbols. The output renders through the --font-daedric web font.
Creating Oblivion gate-style content
A content creator wants Daedric text for a video thumbnail or social media post themed around Oblivion gates. They type a short phrase in encode mode and copy the result. The jagged Daedric glyphs give the text the demonic aesthetic associated with Mehrunes Dagon and the Oblivion crisis. Anyone with the mapping table can decode it back to English.
Comparison with similar methods
| Method | Complexity | Typical use |
|---|---|---|
| Daedric alphabet | Low | English-alphabet cipher from The Elder Scrolls series |
| Hylian alphabet | Low | English-alphabet cipher from The Legend of Zelda series |
| Standard Galactic Alphabet | Low | English-alphabet cipher from Commander Keen and Minecraft |
| Hieroglyphics | Low | English-alphabet substitution using Egyptian hieroglyph Unicode |
Limitations or considerations
The Daedric alphabet is a fixed monoalphabetic substitution with a keyspace of 1. It provides no encryption. Anyone with the mapping table can read every message. The translator only substitutes A through Z. Lowercase input is uppercased before lookup, so "a" and "A" produce the same glyph. Numbers, spaces, and punctuation pass through unchanged. The glyphs render through a web font bound to the --font-daedric CSS variable, so the font must be loaded for the symbols to display correctly. Without the font, the PUA codepoints show as blank boxes or fallback characters. For another fictional alphabet translator, see the Hylian alphabet translator or the Standard Galactic Alphabet translator.
Frequently asked questions
What is the Daedric alphabet?
It is the demonic writing system from The Elder Scrolls series by Bethesda. It is a 1:1 substitution cipher over the English alphabet, with 26 glyphs for A through Z. It appears on Daedric artifacts, shrines, and Oblivion gates in Morrowind, Oblivion, Skyrim, and ESO.
Is the Daedric alphabet a real cipher?
It is a monoalphabetic substitution cipher with a fixed, publicly known mapping. Its keyspace is exactly 1, so it offers no security. Bethesda designed it as a lore element and puzzle, not as an encryption method.
Where does Daedric script appear in the Elder Scrolls games?
It appears in Morrowind on Vivec's temple architecture, in Oblivion on the gates of Oblivion and Mythic Dawn documents, and in Skyrim on Daedric artifact inscriptions and Daedric Prince quest lines. The UESP wiki documents all known appearances.
Why do the glyphs show as blank boxes?
The glyphs use Private Use Area codepoints (U+E300 through U+E319) that require a custom web font to render. If the font is not loaded, browsers display fallback boxes. The translator loads the font automatically through the --font-daedric CSS variable.
Does the Daedric alphabet have lowercase letters?
No. The Daedric script has 26 symbols for A through Z with no separate lowercase forms. This translator uppercases all input before lookup, so lowercase English letters produce the same glyph as their uppercase equivalents.
Conclusion
The Daedric alphabet translator converts text to and from the demonic script of The Elder Scrolls series. Type your message, toggle the direction, and copy the glyphs. For more fictional alphabet tools, try the Hylian alphabet translator, the Standard Galactic Alphabet translator, the Hieroglyphics translator, or the Aurebesh translator.