Pig Latin Converter
Convert text into Pig Latin instantly.
How to Do It Manually
Pig Latin is a word game with two simple rules based on whether a word starts with a consonant or vowel.
- If the word starts with a vowel (a, e, i, o, u): add 'way' (or 'ay') to the end. Example: 'apple' → 'appleway'.
- If the word starts with one or more consonants: move the leading consonant cluster to the end and add 'ay'. Example: 'string' → 'ingstray'.
- Preserve capitalization of the first letter.
Frequently Asked Questions
What about words that start with 'qu'?
Treat 'qu' as a single consonant cluster and move it together. 'queen' → 'eenquay'.