Lowercase Converter
Convert text to lowercase letters.
How to Use Lowercase Converter
Paste the text, list or column of values you want in lowercase into the input box.
Click the "Process" button to convert every letter that has a lower case form to lowercase.
Check the output for any characters that have no case, since those are returned exactly as they were pasted.
Copy the lowercased text with one click, or download it as a .txt file ready to paste into your spreadsheet or script.
Features
Frequently Asked Questions
Related Tools
Word Counter
Count the number of words in your text instantly.
Character Counter
Count characters with and without spaces.
Sentence Counter
Count the number of sentences in your text.
Paragraph Counter
Count paragraphs in your text content.
Text Case Converter
Convert text between different cases - upper, lower, title, sentence.
Uppercase Converter
Convert text to UPPERCASE letters.
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