How Claude tokenization works
Anthropic uses a proprietary tokenizer that is not publicly available, so no third-party tool can give exact offline Claude counts. Tools claiming exact Claude counts without an API call are estimating too.
Claude tokenization is broadly similar to other modern BPE tokenizers: roughly 4 characters per English token, with heavier tokenization for code and non-English text.
For exact counts, the Anthropic API offers a free count_tokens endpoint; this page is for instant, no-API-key planning.
Claude models in this catalog have 200,000-token context windows, around 150,000 English words shared between your prompt and the response.