Anagram Generator
ガイド
Anagram Generator
Type any word or short phrase and instantly see every valid English anagram it can form. The generator runs entirely in your browser against a curated dictionary of common English words, so there are no API calls, no rate limits, and no data leaves your device. It supports single-word lookups, two-word and three-word combinations, configurable minimum word length, and an option to allow repeated words — giving you precise control over the size and quality of the result set.
使用方法
- Enter a word or phrase in the input field. Spaces, digits, and punctuation are stripped automatically — only letters are used.
- Choose how many dictionary words may combine to form an anagram. Pick 1 word for classic single-word anagrams, or 2 / 3 words to surface multi-word splits.
- For multi-word mode, set a minimum word length to filter out short connector words like “an” or “of” that bloat results without adding signal.
- トグル Allow repeated words if you want the same dictionary word to appear more than once in a result (e.g., “papa” → “pa pa”).
- 調整 Max Results to stop searching after the desired number of anagrams is found — useful for long inputs that would otherwise enumerate thousands of combinations.
- クリック Find Anagrams. Results appear below with a status badge showing how many anagrams were found and how long the search took.
- Use the copy or download buttons on the output panel to export the list.
機能
- Single-word lookup – Instant signature-based matching against a curated dictionary of roughly 8,000 common English words.
- Multi-word anagrams – Recursive letter-subtraction search produces 2-word and 3-word splits with canonical ordering to avoid permutation duplicates.
- Minimum word length filter – Hide noisy short connector words to keep multi-word results readable.
- Repeated word toggle – Choose between strictly distinct dictionary words or allow repeats for fun results.
- Result cap with timing – Set a hard ceiling on results and see exactly how many milliseconds the search took.
- 完全にクライアントサイド – The dictionary ships with the page; nothing is sent to a server.
- コピーとダウンロード – Export results as plain text with one click.
一般的な使用例
- Word puzzles – Unscramble crossword fills, Scrabble racks, Words with Friends tiles, and Bananagrams letters.
- 創作文芸 – Find evocative anagram-based names, titles, and character aliases (the literary device behind many pen names and pseudonyms).
- Branding – Surface memorable rearrangements of a candidate product or company name.
- Cryptography drills – Generate transposition cipher candidates and verify anagram-based ciphertext.
- 教育 – Vocabulary, spelling, and combinatorics exercises for word-play games in the classroom.
よくある質問
-
What makes a true anagram?
A true anagram of a word or phrase is another word or phrase that uses exactly the same letters with the same multiplicities — every letter must be reused exactly once and no letters added or dropped. Spaces, capitalization, and punctuation are usually ignored. "Listen" and "silent" both contain the letters {e, i, l, n, s, t} with the same counts, so they are perfect anagrams of each other.
-
How are anagrams enumerated algorithmically?
The standard approach is to map every dictionary word to a canonical signature — typically its letters sorted alphabetically — and group all words sharing the same signature into the same bucket. Single-word anagrams are then a constant-time hash lookup. Multi-word anagrams require recursive subtraction: represent the input as a 26-element letter-count vector, then enumerate dictionary words whose vectors fit inside it, subtract, and recurse on the remainder until the vector reaches zero.
-
Why do different anagram solvers return different results?
Anagram results depend entirely on the dictionary used. A Scrabble dictionary like ENABLE1 contains around 172,000 entries and will surface obscure but valid words. A common-English dictionary trimmed to a few thousand frequent words returns far fewer but more recognizable results. Solvers also differ in whether they include proper nouns, hyphenated words, contractions, archaic spellings, and inflected forms (plurals, past tenses), so the same input can produce wildly different output counts across tools.
-
Are pangrams the same as anagrams?
No. A pangram is a sentence that uses every letter of the alphabet at least once, like "The quick brown fox jumps over the lazy dog." An anagram is a rearrangement of one word or phrase into another using the exact same letters. The two concepts share the theme of letter coverage but have very different constraints: pangrams care about which letters appear, while anagrams care about how many of each letter appear.
恵 スコアボードが到着しました!
スコアボード ゲームを追跡する楽しい方法です。すべてのデータはブラウザに保存されます。さらに多くの機能がまもなく登場します!
