How to use
- Enter your text.
- Click the conversion you want (UPPERCASE/lowercase/Title Case/Sentence case).
- Use the copy button to grab the result.
๐ฏ Use Cases
- Match title-casing conventions (Title Case)
- Convert code constant names to uppercase
- Clean up text to capitalize only the first letter of each sentence
Example
Input
hello WORLD. this is developk.
Output
UPPERCASE : HELLO WORLD. THIS IS DEVELOPK. lowercase : hello world. this is developk. Title Case : Hello World. This Is Developk. Sentence case : Hello world. This is developk.
The same input run through all four conversions. Title Case capitalizes the first letter of every word, whereas Sentence case only capitalizes the first letter after each period.
FAQ
- Does it work on non-Latin scripts?
- Upper/lower case only applies to Latin letters. Scripts without case, like Korean, are left unchanged.
- What's the difference between Title Case and Sentence case?
- Title Case capitalizes the first letter of every word, while Sentence case only capitalizes the first letter of each sentence (based on punctuation).
- Is my text sent to a server?
- No. Conversion happens entirely in your browser.
๐ Learn more: camelCase, snake_case & Other Naming Conventions
When to use each naming style
More Text Tools
๐
Markdown Preview
Live-preview Markdown as HTML
๐
URL Encoder/Decoder
Percent-encode/decode URL characters
โ๏ธ
Find & Replace
Search & replace with regex support
๐
Text Diff
Compare two texts line by line
โ๏ธ
List Sorter
Sort a list & remove duplicates
๐ง
Email Extractor
Extract & dedupe emails from text
๐ข
Character Counter
Count characters, bytes, lines & words
๐ค
Fullwidth/Halfwidth Converter
Convert fullwidth chars โ halfwidth ASCII
๐
Unicode Inspector
Check code points & look up characters
๐
Text to Decimal
Convert text โ decimal code points
๐งพ
Text to Hex
Convert text โ UTF-8 byte hex
0๏ธโฃ
Text to Binary
Convert text โ UTF-8 byte binary
๐ก
ASCII Art Generator
Turn text into an ASCII art banner