Lower Case Converter
Convert text to lowercase online while preserving spaces, punctuation, line breaks, and characters without lowercase forms. Read more
Convert text to lowercase
This tool changes cased letters to their lowercase forms while preserving word spacing, punctuation, line breaks, and uncased characters. Hello World Example becomes hello world example.
Lowercasing is useful for normalized labels, case-insensitive comparisons, search input, tags, filenames, and text cleanup. It does not join words or replace separators.
How to lowercase text
- Paste or type the source text.
- Click Convert, or leave Auto Update enabled.
- Review and copy the lowercase output.
Conversion follows the browser’s general Unicode case mapping and is not configured for a specific locale. Some languages have context- or locale-sensitive casing, so review human-language text before publishing it.
Lowercase FAQ
Are spaces and punctuation removed?
No. Only characters with lowercase mappings are changed.
Is lowercase the same as camelCase?
No. Lower Camel Case also removes separators and capitalizes later words.
Can lowercasing be safely reversed?
Not generally. The original capitalization is lost, so keep the source when it matters.