Aa Text Case

Uppercase Lowercase Converter

Convert text to any case format instantly โ€” UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, kebab-case, PascalCase and more.

9 case formats
Live all-cases preview
One-click copy each
Dev-friendly formats
๐Ÿ” 
UPPERCASE
HELLO WORLD
๐Ÿ”ก
lowercase
hello world
๐Ÿ“
Title Case
Hello World
โœ๏ธ
Sentence case
Hello world
๐Ÿช
camelCase
helloWorld
๐Ÿ…ฟ๏ธ
PascalCase
HelloWorld
๐Ÿ
snake_case
hello_world
๐Ÿข
kebab-case
hello-world
๐Ÿ”€
aLtErNaTiNg
hElLo WoRlD
๐Ÿ“„ Input Text 0 chars
โœ… UPPERCASE
๐Ÿ‘๏ธ All Cases Preview

๐Ÿ’ป Developer Case Formats

  • camelCase: variables in JS, Java, Swift
  • PascalCase: classes in most languages
  • snake_case: Python variables & functions
  • kebab-case: CSS classes, URL slugs, HTML
  • UPPER_SNAKE: constants in C, Java, Python

โœ๏ธ Writing Case Formats

  • Title Case: Blog headings, book titles
  • Sentence case: Normal paragraphs & body
  • UPPERCASE: Emphasis, headings, acronyms
  • lowercase: Email addresses, usernames
  • aLtErNaTiNg: Memes, sarcastic text

Frequently Asked Questions

How do I convert text to uppercase online? +
Paste your text into the input box and click the UPPERCASE button. Your text is instantly converted to all capital letters. You can also convert to lowercase, title case, sentence case, camelCase, snake_case, kebab-case and more using the other case buttons โ€” no sign-up required.
What is title case vs sentence case? +
Title case capitalizes the first letter of every major word โ€” like "The Quick Brown Fox Jumps Over The Lazy Dog". Sentence case only capitalizes the first letter of each sentence โ€” like "The quick brown fox jumps over the lazy dog." Title case is used for headings and titles, while sentence case is used for normal body text.
What is camelCase and snake_case used for? +
camelCase writes compound words with the first word lowercase and subsequent words capitalized โ€” like "myVariableName". It is used in JavaScript, Java, and Swift. snake_case uses underscores between words in lowercase โ€” like "my_variable_name" โ€” and is standard in Python. kebab-case uses hyphens and is used in CSS class names and URL slugs.
What is alternating case? +
Alternating case alternates between uppercase and lowercase letters throughout the text โ€” like "hElLo WoRlD". It is commonly used in internet culture for sarcastic or mocking text, often called "mocking SpongeBob" text. It has no formal writing use but is popular for memes and social media humor.