Text Tools

Lowercase Converter

Convert text to lowercase letters.

How to Use Lowercase Converter

1

Paste the text, list or column of values you want in lowercase into the input box.

2

Click the "Process" button to convert every letter that has a lower case form to lowercase.

3

Check the output for any characters that have no case, since those are returned exactly as they were pasted.

4

Copy the lowercased text with one click, or download it as a .txt file ready to paste into your spreadsheet or script.

Features

100% free with no sign-up and no usage limit
Normalises mixed case data for accurate comparisons
Converts entire blocks of text in a single click
Handles accented Latin characters correctly
Copy the result instantly or download it as a .txt file
Runs in your browser with no uploads and no data storage

Frequently Asked Questions

Yes, it is free with no account and no limit on how much text you convert. There are no premium features to pay for.
Nothing is stored. Processing happens in your browser, so the text is never transmitted to our servers and disappears when you close the tab.
Lowercase the domain part, and treat the local part with care. In practice nearly all providers treat the whole address case-insensitively, but the official standard says the local part is case-sensitive, so use lowercase for comparisons rather than for sending.
Yes. Long documents convert in one pass without any practical size limit, and accents and other diacritics are handled properly.

About Lowercase Converter

Lowercasing is the most underused trick in text handling. Collapsing everything to a single case is what lets you compare or deduplicate data that was typed inconsistently - after normalisation, "Duronto", "duronto" and "DURONTO" are the same value. The same trick is what lets you match a search term against stored text without worrying about how the user capitalised it.

It is equally useful for tidying content. Text pasted from a PDF, a scanned document or an automated report often arrives in ALL CAPS because the source was shouting. Converting it to lowercase makes it readable again, and you can restore proper capitalisation afterwards if the document needs it. Social posts written entirely in lowercase also read fine on their own, which is why the mode exists as a deliberate style rather than only as a data-cleaning step.

For developers, lowercasing the domain part of an email address or a hostname is a hard requirement, not a stylistic choice, because the domain is case-insensitive by definition. This converter handles accented Latin characters and mixed-script text without complaint, and the whole block converts in one click.

When to Use This Tool

  • Normalising data before comparing or deduplicating records in a spreadsheet
  • Making an all-caps PDF or report readable again
  • Preparing text for a case-insensitive search or a unique index in a database
  • Writing hashtags and handles that stay consistent regardless of typing
  • Cleaning an ALL CAPS import before adding proper capitalisation back