Text Case Converter — Free Online
Convert text to UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case and more — instantly, for free. No signup required.
All characters capitalized
All characters lowercased
First letter of each word capitalized
Only first letter of sentence capitalized
No spaces, each word capitalized except first
No spaces, every word capitalized
Spaces replaced with underscores
Spaces replaced with hyphens
Alternates between upper and lowercase
Characters in reverse order
What Is a Text Case Converter?
A text case converter is a tool that instantly transforms the capitalization of any text. Whether you need to fix accidentally typed ALL CAPS, format variable names for code, or prepare copy for a headline — this tool handles it in one click.
This free converter supports 10 different case formats including developer-friendly formats like camelCase, PascalCase, snake_case, and kebab-case, as well as writing formats like Title Case and Sentence case.
All Case Formats Explained
UPPER CASEEvery character is capitalized. Used for headings, labels, emphasis, and constants in code.
lower caseEvery character is lowercased. Common for URLs, usernames, and normalizing data.
Title CaseFirst letter of every word is capitalized. Standard for article headlines, book titles, and headings.
Sentence caseOnly the first letter of the sentence is capitalized. Standard for regular prose and descriptions.
camelCaseNo spaces; each word after the first is capitalized. Standard for JavaScript and Java variable names.
PascalCaseNo spaces; every word is capitalized including the first. Used for class names and React components.
snake_caseWords are separated by underscores in lowercase. Common in Python, Ruby, and database column names.
kebab-caseWords are separated by hyphens in lowercase. Used in CSS class names, HTML attributes, and URL slugs.
AlTeRnAtInGCharacters alternate between uppercase and lowercase. Used for stylistic or mocking/sarcastic text.
esreveRAll characters in reverse order. Useful for fun, puzzles, or obfuscation.
Who Uses a Case Converter?
Frequently Asked Questions
Is this case converter free?
Yes, 100% free with no signup, no limits, and no watermarks.
What is the difference between camelCase and PascalCase?
In camelCase the first word is lowercase (e.g. myVariableName), while PascalCase capitalizes every word including the first (e.g. MyVariableName). camelCase is common in JavaScript; PascalCase is used for class names and React components.
When should I use snake_case vs kebab-case?
Use snake_case for Python variables, database fields, and file names. Use kebab-case for CSS classes, HTML attributes, and URL slugs — since hyphens are preferred in web contexts.
Does this tool work on mobile?
Yes. The converter is fully responsive and works on all phones, tablets, and desktops.
Is my text stored or sent to a server?
No. All conversion happens entirely in your browser using JavaScript. Your text never leaves your device.
