โœจ Free Online Text Case Converter

Text Case Convert

This is a simple tool to help you convert your texts to uppercase or lowercase and others.

Type your text in the box below and choose the case you want to convert it to.

๐Ÿ”ค Character Count: 0๐Ÿ”  Without spaces: 0๐Ÿ“ Word Count: 0๐Ÿ“„ Line Count: 0โฑ๏ธ Reading time: ~1 min
โญ Most Popular Letter Cases
๐Ÿ’ป Developer & Code Formats
โš™๏ธ Creative & Text Utilities

Welcome to the best online text conversion tool, where you can transform your text.

See the options below:

Style Guide
Sentence case

Converts the first letter of the first word of the text to uppercase. The other words will be in lowercase. It even accepts text with special characters (eg * or #) where they will be preserved.

Ex: The quick brown fox jumps over the lazy dog.
Style Guide
UPPERCASE

Convert any text to uppercase. It even accepts text with special characters (eg * or #) where they will be preserved.

Ex: THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG.
Style Guide
lowercase

Remove uppercase letters from the text. Turns all letters in the text into lowercase letters. It even accepts text with special characters (eg * or #) where they will be preserved.

Ex: the quick brown fox jumps over the lazy dog.
Style Guide
Capitalized Case

Converts the first letter of each word to uppercase and leaves the others as lowercase. It even accepts text with special characters (eg * or #) where they will be preserved.

Ex: The Quick Brown Fox Jumps Over The Lazy Dog.
Style Guide
Title Case

Converts the first letter of each word to capitalize, except articles (eg a, an, the), coordinating conjunctions (eg and, or, but) and (short) prepositions (eg in, on, for, up). It even accepts text with special characters (eg * or #) where they will be preserved.

Ex: The Quick Brown Fox Jumps Over the Lazy Dog
Style Guide
aLtErNaTiNg cAsE

Converts every letter of every word in the text in an alternating way (lowercase and uppercase). It even accepts text with special characters (eg * or #) where they will be preserved.

Ex: tHe QuIcK bRoWn FoX jUmPs OvEr ThE lAzY dOg.
Style Guide
camelCase

Converts the first letter of the first word to lowercase and joins the other words with the first letter in uppercase and leaves the others in lowercase.

Ex: theQuickBrownFoxJumpsOverTheLazyDog
Style Guide
PascalCase

Converts the first letter of the first word to uppercase and joins the other words with the first letter in uppercase and leaves the others in lowercase.

Ex: TheQuickBrownFoxJumpsOverTheLazyDog
Style Guide
snake_case

Converts all words to lowercase by joining them with underline (_) instead of space.

Ex: the_quick_brown_fox_jumps_over_the_lazy_dog
Style Guide
kebab-case

Converts all words to lowercase by joining them with hyfen (-) instead of space.

Ex: the-quick-brown-fox-jumps-over-the-lazy-dog
Style Guide
dot.case

Converts all words to lowercase by joining them with dot (.) instead of space.

Ex: the.quick.brown.fox.jumps.over.the.lazy.dog
Style Guide
number to text

Converts an integer number to word representation. Example: 1 = one, 2 = two. The maximum supported value is 999,999,999,999,999 (15 digits number)

Ex: 1250 -> one thousand, two hundred and fifty
Style Guide
text to number

Convert a number representation into a number. Example: one = 1, two = 2

Ex: twenty five -> 25
Style Guide
text to HTML

Convert all special characters in a text to html entities. Example: "ร" in html entity is & Aacute;

Ex: <h1>Text</h1> -> &lt;h1&gt;Text&lt;/h1&gt;
Style Guide
HTML to text

Convert all HTML characters in a text. Example: & Aacute; in text is "ร"

Ex: &lt;h1&gt;Text&lt;/h1&gt; -> <h1>Text</h1>