FontifyText

Text Tool

Case Converter: Change Text Case Online

Convert case between 8 styles โ€” sentence, UPPER, lower, title, alternating and small capitals. Works on fancy Unicode text as well as plain.

9 words43 characters1 sentence

Sentence case

The quick brown fox jumps over the lazy dog

lower case

the quick brown fox jumps over the lazy dog

UPPER CASE

THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG

Capitalized Case

The Quick Brown Fox Jumps Over The Lazy Dog

Title Case

The Quick Brown Fox Jumps Over the Lazy Dog

Minor words such as of, the and and stay lowercase unless they open or close the line

aLtErNaTiNg cAsE

tHe QuIcK bRoWn FoX jUmPs OvEr ThE lAzY dOg

The mocking-text style โ€” lowercase first, then alternating on letters only

InVeRsE CaSe

THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG

Flips whatever case each letter already has

Sแดแด€สŸสŸ Cแด€แด˜s

แด›สœแด‡ วซแดœษชแด„แด‹ ส™ส€แดแดกษด ๊œฐแดx แดŠแดœแดแด˜๊œฑ แดแด แด‡ส€ แด›สœแด‡ สŸแด€แดขส แด…แดษข

Capitals stay full size; lowercase letters become small capitals

8

Case Styles

Unicode

Safe

1-Click

Copy

100%

Free

How to Use the Case Converter

  1. 1

    Type or paste text

    A word, a sentence or a whole paragraph โ€” plain or already styled.

  2. 2

    Read down the results

    All eight cases are produced at once, so there is nothing to select.

  3. 3

    Copy the one you want

    Hit Copy and paste it wherever you were working.

How the Case Converter Works

Type or paste text and all eight cases are produced at once โ€” there is no option to choose first. You can convert case on a single word, a sentence or a whole paragraph. Everything happens in your browser; nothing is uploaded or stored.

Digits, punctuation and spacing are never touched. Only letters change, which is why a phone number, a date or a hashtag keeps its shape while the words around it convert.

Changing the Case of Fancy Text

This is the part other case converters get wrong, and it is worth understanding because the failure is silent.

Almost every case converter is built on JavaScriptโ€™s toUpperCase(). That function does nothing at all to styled Unicode characters โ€” the mathematical alphabets behind ๐”ฃ๐”ž๐”ซ๐” ๐”ถ and ๐“ฏ๐“ช๐“ท๐“ฌ๐”‚ text carry no case mappings, so the text comes back exactly as it went in and the tool appears to have worked:

InputA toUpperCase() converterThis converter
๐”Ÿ๐”ข๐”ž๐”ฃ๐”ฑ๐”ข๐”ฅ๐”Ÿ๐”ข๐”ž๐”ฃ๐”ฑ๐”ข๐”ฅ๐”…๐”ˆ๐”„๐”‰๐”—๐”ˆโ„Œ
๐“ฑ๐“ฎ๐“ต๐“ต๐“ธ๐“ฑ๐“ฎ๐“ต๐“ต๐“ธ๐“—๐“”๐“›๐“›๐“ž
๐•—๐•’๐•Ÿ๐•”๐•ช๐•—๐•’๐•Ÿ๐•”๐•ช๐”ฝ๐”ธโ„•โ„‚๐•

Here the case is applied to the letter underneath and the result is re-encoded in the same style, so the styling survives the conversion. Note the โ„Œ in the first row: Fraktur has no capital H of its own, so Unicode falls back to the letterlike form. That is a property of the standard, not a slip.

Paste anything from the font generator into the box above and it will convert properly.

Sentence Case and Capitalized Case

Sentence case capitalises the first letter after every full stop, question mark or exclamation mark and lowercases the rest. It is the one to use on a paragraph that arrived in all caps.

Capitalized Case capitalises every word without exception. Useful for labels and short headings where you want an even look and do not want a rule deciding which words stay small.

Title Case and Its Minor-Word Rule

Title case is the headline convention: capitalise the significant words and leave the minor ones lowercase โ€” of, the, and, a, an, in, to, for, or, but, at, by, on and similar โ€” unless one of them opens or closes the line.

The difference from Capitalized Case shows up immediately on a real title:

Capitalized Case: The Lord Of The Rings

Title Case: The Lord of the Rings

Style guides disagree on the edges โ€” whether to capitalise words over four letters, how to treat prepositions โ€” so this uses the common convention rather than claiming to implement AP or Chicago exactly. For a submission that must follow one of those, check the result against that guide.

Alternating Case, the Mocking Text Style

aLtErNaTiNg cAsE is the sarcastic-quote style used in comments and chats, sometimes called mocking text or spongebob text.

One implementation detail that changes the result: this alternates on letters only. Spaces, digits and punctuation do not consume a turn, so the pattern stays visually regular across a whole sentence instead of drifting every time it crosses a space.

Inverse Case

Inverse case flips the case each letter already has rather than imposing a pattern. Hello World becomes hELLO wORLD.

Its practical use is recovering text typed with caps lock on by accident โ€” inverting it usually returns exactly what you meant to type.

Small Capitals

Small capitals are separate Unicode characters shaped like capitals but sized like lowercase. Capitals in your text stay full height and lowercase letters become small capitals, which is what produces the even, quiet look: Qแดœษชแด‡แด› PสŸแด‡แด€๊œฑแด‡.

Two things worth knowing. There is no small capital for x, so it stays as a normal x โ€” the one visible gap in the set. And because these are distinct characters they will not match a search, so keep handles and hashtags in plain letters. For small capitals on their own, with more styles alongside them, use the small caps generator.

Case Conversion Examples

InputResultCase
the lord of the ringsThe Lord of the RingsTitle Case
the lord of the ringsThe Lord Of The RingsCapitalized Case
hello there. how are you?Hello there. How are you?Sentence case
i am finei Am FiNeaLtErNaTiNg cAsE
Hello WorldhELLO wORLDInVeRsE CaSe
Quiet PleaseQแดœษชแด‡แด› PสŸแด‡แด€๊œฑแด‡Sแดแด€สŸสŸ Cแด€แด˜s

Where Each Case Is Worth Using

Headings and titles

Title Case for anything that reads as a headline; Capitalized Case for short labels where every word should look equal.

Fixing all-caps text

Sentence case rescues a paragraph that arrived shouting. Inverse case fixes a caps-lock accident.

Bios and usernames

Small capitals look deliberate at profile size, but keep your handle in plain letters so people can still find you.

Comments and chats

Alternating case is the mocking-text style. It reads as sarcasm, so it does not belong anywhere sincere.

Spreadsheets and forms

Lower case normalises pasted data before you import it. Digits and punctuation are left alone.

Styled text from a generator

Paste fancy Unicode straight in โ€” the case changes and the styling stays.

Frequently Asked Questions

Why do other case converters not work on fancy text?

Because they are built on JavaScript's toUpperCase() and toLowerCase(), and those do nothing to styled Unicode characters. The mathematical alphabets that produce ๐”ฃ๐”ž๐”ซ๐” ๐”ถ or ๐“ฏ๐“ช๐“ท๐“ฌ๐”‚ text carry no case mappings at all, so the function returns the text unchanged and the tool looks like it worked. This converter decodes each styled character back to its plain letter, applies the case rule to that, then re-encodes it in the same style.

What is the difference between Title Case and Capitalized Case?

Capitalized Case capitalises every word without exception. Title Case follows the convention used for headlines and book titles, where minor words โ€” of, the, and, a, in, to and similar โ€” stay lowercase unless they are the first or last word. "the lord of the rings" becomes "The Lord Of The Rings" in Capitalized Case and "The Lord of the Rings" in Title Case.

What is aLtErNaTiNg cAsE for?

It is the mocking-text style, used to write something sarcastically in comments and chats. This tool starts lowercase and alternates on letters only, so digits, spaces and punctuation do not consume a turn and the pattern stays readable across the whole line.

How is Inverse Case different from alternating?

Inverse Case flips whatever case each letter already has rather than following a pattern of its own. "Hello World" becomes "hELLO wORLD". It is most useful when you have hit caps lock by accident and want the original back.

Are small capitals the same as uppercase?

No. Small capitals are separate Unicode characters shaped like capitals but sized like lowercase letters. Capitals in your text stay full height and lowercase letters become small capitals, which is what gives the style its even look. Because they are distinct characters they copy and paste anywhere, but they will not match in a search โ€” a small-capital แด€ is not the letter a.

Does the converter change my text on a server?

No. Everything happens in your browser. Nothing you type is uploaded, stored or logged, which matters if you are converting anything you would not want to send somewhere.

Will converted text still work in a bio or username?

Plain cases โ€” sentence, lower, upper, capitalized, title, alternating and inverse โ€” produce ordinary letters and behave normally everywhere, including in search. Small capitals and any styled text you paste in are different Unicode characters, so they display fine but will not match if someone searches for them.

Is the case converter free?

Yes, completely free with no sign-up and no limit on how much text you convert.

Need to style the text, not just recase it?

This page changes case. If you want the letters themselves to change shape โ€” bold, script, blackletter โ€” start at the font generator, then bring the result back here to fix its case.