Case Converter Switch text between UPPER, lower, Title, camelCase and more — free, instant, private.

Lowercase Converter

Make any text lowercase — free, instant, runs in your browser.

0 words, 0 characters

What is lowercase?

lowercase converts every capital letter to its small form. Digits, spaces and punctuation stay untouched — only cased letters change.

lowercase examples

Where is lowercase used?

Lowercasing is the standard cleanup step before comparing or storing text: email addresses and usernames are normalized to lowercase, URLs and slugs avoid capitals, and tags, search keywords and product SKUs are often stored in lowercase so duplicates collapse into a single value.

lowercase and other styles

Lowercase is also the raw material for the coding styles: snake_case and kebab-case are lowercase words with separators, and camelCase starts with a lowercase word. Sentence case is lowercase plus a capital at the start of each sentence — see the sibling converters below.

Common mistakes when converting case

Pro tips

Frequently asked questions

Does lowercase change numbers or punctuation?

No. Only cased letters are converted; digits, spaces, punctuation and symbols pass through unchanged, so 'User@Example.COM' becomes 'user@example.com'.

What is the difference between lowercase and Sentence case?

lowercase removes every capital, while Sentence case keeps the first letter of each sentence capitalized: 'HELLO WORLD. BYE NOW.' becomes 'hello world. bye now.' in lowercase but 'Hello world. Bye now.' in Sentence case.

Does it handle accented and non-Latin letters?

Yes. Conversion is Unicode-aware, so accented capitals like É become é and Greek or Cyrillic capitals are lowercased correctly. Scripts without letter case pass through unchanged.

Other case converters

Or switch between every style in one place on the Case Converter homepage.