๐Ÿ”  Case Converter

Convert Latin-script text's letter case in various ways.

How to use

  1. Enter your text.
  2. Click the conversion you want (UPPERCASE/lowercase/Title Case/Sentence case).
  3. Use the copy button to grab the result.

๐ŸŽฏ Use Cases

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