Convert text between uppercase, lowercase, title case, sentence case, and more.
Text case conversion is essential for writers, programmers, content creators, and anyone working with text. Our Case Converter tool instantly converts text between uppercase, lowercase, title case, sentence case, and alternating case, supporting consistent formatting across documents and code.
UPPERCASE: All letters converted to capitals. Used for emphasis, acronyms, and headings. Example: "HELLO WORLD"
lowercase: All letters converted to small letters. Used for URLs, variable names, and casual writing. Example: "hello world"
Title Case: First letter of each word capitalized. Used in titles, headings, and proper nouns. Example: "Hello World"
Sentence case: First letter capitalized, rest lowercase. Used for sentences and normal text. Example: "Hello world"
Alternating Case: Letters alternately capitalized and lowercase. Example: "HeLoO WoRlD"
camelCase: First word lowercase, subsequent words capitalized. Used in JavaScript, Java, Python. Example: myVariableName
PascalCase: All words capitalized including first. Used for class names. Example: MyClassName
snake_case: Words separated by underscores, all lowercase. Used in Python, C. Example: my_variable_name
CONSTANT_CASE: All uppercase with underscores. Used for constants. Example: MY_CONSTANT_VALUE
kebab-case: Words separated by hyphens, lowercase. Used in URLs and CSS. Example: my-variable-name
Use lowercase for URLs. URLs are case-sensitive, and lowercase is more SEO-friendly and easier to read.
It's recommended for headlines and titles, but body text should use standard sentence case for readability.
Yes, our tool works with any text. It's useful for reformatting content quickly without manual editing.