Encode T9 Multi-tap

Encode letters as the repeated number-key presses used for multi-tap entry on older mobile phones.

freeworks offlinenothing uploaded
ToolT9 Multi-tap Encoder
Input
Output
Put this on your own site

The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.

Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.

Preview

How it works

Letters are lowercased and mapped to one through four presses of keys 2–9, while a space becomes 0. Unsupported characters remain literal, and spaces between output groups keep adjacent letters on the same key distinguishable.

  • No predictive dictionary is involved, so calling the sequence T9 would be technically inaccurate.
  • Case has no effect because the historical key group identifies letters rather than uppercase state.

Worked example

Encode T9 Multi-tap
Input
											Hello
										
Output
												44 33 555 555 666
											

When to use this

Retro handset puzzles encode words, museum displays demonstrate early mobile text entry, and game clues represent letters with keypad groups.

Edge cases

  • HELLO and hello produce the same sequence.
  • Digits and punctuation pass through instead of being converted to letter presses.
  • Removing group spaces makes adjacent letters ambiguous—for example, A followed by B can collapse into 222.

References