Pig Latin generator
Pig Latin is the classic English word game that rearranges the letters of each word by a simple rule. This tool translates any sentence into Pig Latin instantly, preserving your capitalization and punctuation so the result still reads as natural sentences.
How it works
Each word is transformed on its own using two rules:
- If the word starts with a vowel, append
wayto the end.eggbecomeseggway. - If the word starts with one or more consonants, move that whole leading consonant cluster to the end and add
ay.glovebecomesoveglay.
The cluster qu is treated as a single consonant unit, so quick becomes ickquay. After transforming, the tool restores the original casing — a capitalized word stays capitalized and an all-caps word stays all-caps — and leaves every space and punctuation mark untouched.
The rules in detail
Consonant-initial words
The entire opening consonant cluster moves together. Single consonant: big → igbay. Double consonant: street → eetstray. Triple: scratch → atchscray. The key is that the whole cluster travels, not just the first letter.
The qu exception
qu acts as a unit because separating them produces unpronounceable results. queen → eenquay, not ueenqay. This matches how English speakers actually hear and say the sound.
Vowel-initial words
apple → appleway. egg → eggway. ice → iceway. Some regional variants append yay instead of way — the most widely used convention, and the one this tool follows, is way.
Capitalisation and punctuation
Capitalisation is matched to the source word position: the transformed word’s first letter inherits the case of the original word’s first letter. So Hello → Ellohay (capital preserved). HELLO → ELLOHAY (all-caps preserved). Spaces and punctuation sit exactly where they were in the original.
Worked examples
| English | Pig Latin |
|---|---|
| Hello world | Ellohay orldway |
| Pig Latin | Igpay Atinlay |
| Quick brown fox | Ickquay ownbray oxfay |
| I enjoy eggs | Iway enjoyway eggway |
| Street lights | Eetstray ightslay |
Why Pig Latin sounds like it does
Moving the opening sound to the end and appending a vowel-consonant suffix (-ay) obscures the beginning of each word — which is the part the ear uses to recognise words fastest. Spoken at normal speed this makes Pig Latin surprisingly hard to follow without practice, despite the simplicity of the rule. That is why it became a popular schoolyard code: easy to learn, hard to parse when you are not expecting it.
The name itself is not literally about pigs or Latin — it is an example of the very pig-ification it describes: “Igpay Atinlay” is Pig Latin for “Pig Latin”.