HomeBlogText Case Guide
Text Tools · 4 min read

Text Case Converter — UPPER, lower, Title & camelCase Explained

From blog titles to variable names, choosing the right text case matters. Here's when to use each case style — and how to convert text instantly.

All Text Case Styles at a Glance

CaseExampleCommon Use
UPPERCASEHELLO WORLDEmphasis, acronyms, shouting
lowercasehello worldURLs, email, CSS class names
Title CaseHello WorldHeadlines, book titles, article H1s
Sentence caseHello worldNormal sentences, blog post body
camelCasehelloWorldJavaScript/Java variable names
PascalCaseHelloWorldClass names in most languages
snake_casehello_worldPython variables, SQL columns
kebab-casehello-worldCSS classes, URL slugs, file names

Frequently Asked Questions

Capitalizes the first letter of most words. Short words (a, an, the, in, of, for, and, but) stay lowercase unless they start/end the title.
Joins words without spaces; first word lowercase, subsequent words capitalized: myVariableName. Used for variables in JavaScript, Java, and Swift.
camelCase: first word lowercase (myVar). PascalCase: ALL words capitalized (MyVar). PascalCase is used for class and component names.
Use PickConverter's Text Case Converter. Paste text and convert to any case — UPPER, lower, Title, Sentence, camelCase, snake_case, kebab-case instantly.
Aa

Convert text case instantly — free

UPPER, lower, Title, camelCase, snake_case, and more. No sign-up.

Open Case Converter →