Web Tool

Case Converter

Paste any text and instantly see it in every letter case: UPPERCASE, lowercase, Title Case, Sentence case, and developer formats like camelCase, snake_case, and kebab-case. Copy any result with one click.

11 characters2 words1 lines
ResultsEvery case updates as you type
UPPERCASE
All capitals
HELLO WORLD
lowercase
All small letters
hello world
Title Case
First letter of each word
Hello World
Sentence case
First letter of each sentence
Hello world
camelCase
First word lower, rest capitalised
helloWorld
PascalCase
Every word capitalised, joined
HelloWorld
snake_case
Lowercase, underscores
hello_world
kebab-case
Lowercase, hyphens
hello-world
CONSTANT_CASE
Uppercase, underscores
HELLO_WORLD
dot.case
Lowercase, dots
hello.world
aLtErNaTiNg case
Toggles letter by letter
hElLo wOrLd
FAQ

Text case conversion, explained

What does a case converter do?+

It rewrites your text in a chosen letter-case style without changing the words. Type or paste text once and this tool shows every style side by side, from UPPERCASE and Title Case to programmer formats like camelCase and snake_case, each with a one-click copy button.

What is the difference between camelCase and PascalCase?+

Both join words with no spaces and capitalise each new word. camelCase leaves the very first letter lowercase (helloWorld), while PascalCase capitalises it too (HelloWorld). camelCase is common for variables, PascalCase for class and component names.

When should I use snake_case, kebab-case, or CONSTANT_CASE?+

snake_case (hello_world) suits variables and file names in languages like Python. kebab-case (hello-world) is standard for URLs, CSS classes, and package names. CONSTANT_CASE (HELLO_WORLD) is the usual style for fixed values and environment variables.

How is Title Case different from Sentence case?+

Title Case capitalises the first letter of every word, which suits headings. Sentence case only capitalises the first letter of each sentence and leaves the rest lowercase, which reads naturally in body copy and descriptions.

Is this case converter free and private?+

Yes. It is completely free with no login, and every conversion runs entirely in your browser. Your text is never uploaded or sent to a server.

Related tools

All tools →

More in General Tools.