Skip to main content
K
KnowKit

Pasted text that's ALL CAPS and need to fix it without retyping?

Convert between uppercase, lowercase, title case, sentence case, and more.

Case Converter

Convert text between UPPERCASE, lowercase, Title Case, and more

Understanding Text Case

Text case conversion is a fundamental formatting operation used across writing, programming, and data processing. Different contexts require different capitalization styles—UPPERCASE for headings, Title Case for article titles, sentence case for body text, and lowercase for file names and URLs. This tool provides six conversion modes that instantly transform your text, saving you from manual retyping and ensuring consistent formatting throughout your documents and codebases.

Common Mistakes

  • Using sentence case for titles and headings — use title case instead
  • Not checking if a platform expects UPPERCASE (hashtags, some APIs)
  • Converting code or URLs to title case — these should stay as-is

Pro Tips

  • Title case: capitalize all major words (nouns, verbs, adjectives), lowercase minor words (a, the, in, of)
  • Sentence case: only capitalize the first word and proper nouns
  • Use UPPER CASE sparingly — it's perceived as shouting in digital communication

Real-World Examples

Headline formatting

'the quick brown fox jumps' → 'The Quick Brown Fox Jumps'

API keys

API keys and passwords often need to be in UPPERCASE

Code cleanup

Converting accidentally uppercased JSON keys back to camelCase

On this page

About Case Converter

What is a Case Converter?

A case converter is a text utility that changes the capitalization of your text. Whether you need to transform a block of text to all uppercase for a heading, convert it to sentence case for an email, or apply title case for a blog post, a case converter makes it easy to adjust the formatting without retyping anything.

Text case matters more than most people realize. Different contexts require different capitalization styles, and using the wrong one can make your writing look unprofessional or harder to read. This tool supports six different case conversions, covering the most common formatting needs for writers, developers, marketers, and anyone who works with text regularly.

Our case converter works entirely in your browser, so your text is never sent to any server. It is free, fast, and available whenever you need it.

How to Use This Tool

Using the case converter is simple. Paste or type your text into the input area, then click one of the conversion buttons. The converted text will appear in the output area immediately. You can then copy the result to your clipboard with the copy button and paste it wherever you need it.

You can apply multiple conversions to the same text by clicking different buttons. Each conversion is applied to the original input text, not to any previous output, so you can freely experiment with different case styles without losing your original text.

Types of Case Conversions

UPPERCASE

Converts every character to its uppercase form. This style is commonly used for headings, acronyms, emphasis, and social media posts that need to stand out. It is also useful for correcting text that was accidentally typed with the Caps Lock key on.

lowercase

Converts every character to its lowercase form. This is useful when you have text that is entirely in uppercase and need to normalize it. Developers often use lowercase for file names, CSS class names, and environment variable values that should be all lowercase.

Title Case

Capitalizes the first letter of every word. This style is used for book titles, article headlines, movie names, and other formal titles. Our implementation capitalizes the first character of each word and converts the rest to lowercase, producing clean and consistent results.

Sentence case

Capitalizes only the first letter of each sentence and converts everything else to lowercase. This is the standard formatting for body text in English, emails, essays, and most prose writing. It produces natural-looking text that is easy to read.

tOGGLE cASE

Reverses the case of every character. Uppercase becomes lowercase and lowercase becomes uppercase. This is occasionally useful for fixing text that was accidentally typed with Caps Lock on, or for creating stylistic effects in informal writing.

aLtErNaTiNg

Alternates between lowercase and uppercase for each letter, starting with lowercase. This playful style is sometimes used in casual online communication, memes, and social media. Non-alphabetic characters like spaces and punctuation are preserved.

Frequently Asked Questions

Does the converter work with non-English text?

The converter works with any language that uses the Latin alphabet, including characters with accents and diacritics. However, the sentence case and title case rules are optimized for English text. Languages with different capitalization rules may not produce perfect results with these modes.

Is my text saved or sent anywhere?

No. All text processing happens entirely in your browser using JavaScript. Your text is never transmitted to any server, stored in any database, or shared with any third party. You can safely use this tool with sensitive or confidential content.

Can I convert very long texts?

Yes, there is no practical limit on the length of text you can convert. The processing happens instantly in your browser regardless of text size. However, extremely large texts (millions of characters) may cause minor delays depending on your device performance.

What is the difference between Title Case and Sentence case?

Title Case capitalizes the first letter of every word, making it suitable for titles and headings. Sentence case only capitalizes the first letter after a sentence-ending punctuation mark (period, exclamation mark, or question mark) and the very first character of the text, making it suitable for body text and paragraphs.

This utility is provided for informational purposes only. KnowKit is not responsible for any errors in the output.

Frequently Asked Questions

Does the converter work with non-English text?

The converter works with any language that uses the Latin alphabet, including characters with accents and diacritics. However, the sentence case and title case rules are optimized for English text.

Is my text saved or sent anywhere?

No. All text processing happens entirely in your browser using JavaScript. Your text is never transmitted to any server, stored in any database, or shared with any third party.

Can I convert very long texts?

Yes, there is no practical limit on the length of text you can convert. The processing happens instantly in your browser regardless of text size.

What is the difference between Title Case and Sentence case?

Title Case capitalizes the first letter of every word, making it suitable for titles and headings. Sentence case only capitalizes the first letter after sentence-ending punctuation and the very first character of the text.

When should I use UPPERCASE?

UPPERCASE is common for acronyms (NASA, API), hashtags on social media, API keys, and emphasis in headings. Avoid using it for body text, as it is perceived as shouting and reduces readability.

Can I use this tool to fix Caps Lock text?

Yes. Paste the all-caps text and click 'Sentence case' to convert it to normal sentence formatting, or use 'lowercase' first and then 'Sentence case' for a cleaner result.

What is alternating case used for?

Alternating case (aLtErNaTiNg) is a playful style used in casual online communication, memes, and social media. It has no professional use but is included for completeness.