Lowercase Converter
Convert text to all lower-case letters instantly. Paste any text and copy the lower-case result in your browser.
Independently verified for accuracy
Calculator by Toolsloft ↗Convert any text to all lower-case letters in one step. Paste a heading, a block of shouty text, or a mixed-case string and copy the clean lower-case version. Handy for tidying data, tags, and file names.
How this is calculated
Applies the Unicode default lower-case mapping to every character, so accented capitals such as E-acute map to their small form and digits and punctuation stay unchanged.
How to use
- Type or paste your text.
- The lower-case version appears at once.
- Copy the result.
Examples
- Sentence:
Hello World becomes hello world - Accents:
CAFÉ becomes café
FAQ
- Does it handle accented letters?
- Yes. It uses the Unicode default mapping, so capitals like É become é and Ñ becomes ñ.
- What happens to numbers and symbols?
- They are left unchanged. Only letters have a lower-case form, so digits and punctuation pass through as they are.
- Is my text sent anywhere?
- No. The conversion runs entirely in your browser.