Case Converter

Convert text into different letter case formats directly in your browser. Useful for writing, formatting, coding and text cleanup.

Paste text, then choose a case format.

How it works

This tool converts text into common case styles used in writing, formatting and development. It can help standardize generated text, prepare titles or transform phrases into code-friendly naming styles.

All processing happens locally in your browser. No text is uploaded or stored.

Examples

Example input:
beautiful puzzle world

Outputs:
UPPERCASE → BEAUTIFUL PUZZLE WORLD
Title Case → Beautiful Puzzle World
camelCase → beautifulPuzzleWorld
snake_case → beautiful_puzzle_world
kebab-case → beautiful-puzzle-world

FAQ

What is title case?

Title case capitalizes the main words in a phrase, such as Beautiful Puzzle World.

What is the difference between snake_case and kebab-case?

snake_case joins lowercase words with underscores, while kebab-case joins them with hyphens.

Is this tool safe?

Yes. All processing happens directly in your browser.

Related tools