Tokens-per-Word Chart by Model

Type or paste text; see how many tokens each model's tokenizer produces, side by side. Useful when deciding which model to use for non-English content (where tokenization efficiency varies wildly) and for estimating cost impact of switching models for a fixed text corpus.

Token counts are estimates based on each tokenizer's typical char-to-token ratio for the input language. For exact GPT counts, use our OpenAI Token Counter; for Claude use the Claude Token Counter.

How to use the Tokens-per-Word Chart by Model

Type or paste a text sample. The tool estimates how many tokens each model's tokenizer would produce and charts them side by side, so you can compare efficiency across English, multilingual, and code inputs. Use the sample buttons to load ready-made English, multilingual, and code text.

Why tokenizers split text differently

Every model breaks text into tokens with its own tokenizer, trained on its own vocabulary. For English, most land near three-quarters of a word per token, but the ratios diverge sharply on other content: a tokenizer with little non-English training data splits those languages into many more tokens, and code with lots of punctuation and indentation fragments differently again.

Since you pay per token and context windows are measured in tokens, those differences are real money and real capacity. This chart estimates the token count each model's tokenizer produces for the same sample, side by side, so you can see which model handles your kind of text most efficiently. For exact counts, use the OpenAI token counter or the Claude token counter.

Common use cases

  • Multilingual planning — see which model tokenizes a non-English language most efficiently.
  • Cost comparison — estimate how switching models changes token count for a fixed corpus.
  • Context budgeting — gauge how much of a text fits a given context window.
  • Code vs prose — compare how tokenizers handle source code against plain text.
  • Model selection — factor tokenization efficiency into a choice, not just the per-token price.

Frequently asked questions

Why do token counts differ between models?

Each model has its own tokenizer and vocabulary. The same text splits into different numbers of tokens depending on what that tokenizer was trained to recognize.

Why is non-English text often more expensive?

Tokenizers trained mostly on English represent other languages with more, smaller tokens, so the same meaning costs more tokens — and more money — in those languages.

Are these counts exact?

They are estimates based on each tokenizer's typical character-to-token ratio for the input. For exact figures, use the OpenAI or Claude token counters.

Does tokenization affect more than cost?

Yes — context window limits are counted in tokens too, so a less efficient tokenizer also means less of your text fits in a single request.
Embed this tool on your site

Free to embed, no attribution required (but appreciated). Paste this where you want the tool to appear: