Loading...

Case Converter

Convert text between different cases including UPPERCASE, lowercase, Title Case, camelCase, snake_case, and more

Enter Text to Convert

Characters: 0
Words: 0
Lines: 1

UPPERCASE

Convert all characters to uppercase

HELLO WORLD EXAMPLE

lowercase

Convert all characters to lowercase

hello world example

Title Case

Capitalize the first letter of each word

Hello World Example

Sentence case

Capitalize only the first letter of each sentence

Hello world example. This is another sentence.

camelCase

First word lowercase, subsequent words capitalized, no spaces

helloWorldExample

PascalCase

First letter of each word capitalized, no spaces

HelloWorldExample

snake_case

All lowercase with underscores between words

hello_world_example

kebab-case

All lowercase with hyphens between words

hello-world-example

CONSTANT_CASE

All uppercase with underscores between words

HELLO_WORLD_EXAMPLE

dot.case

All lowercase with dots between words

hello.world.example

Alternating cAsE

Alternating uppercase and lowercase characters

hElLo WoRlD eXaMpLe

InVeRsE cAsE

Swap the case of each character

hELLO wORLD eXAMPLE

Common Use Cases

Programming

Convert variable names between camelCase, snake_case, and PascalCase for different programming languages and coding conventions.

Writing & Content

Fix capitalization in titles, headings, and sentences for proper formatting and professional presentation.

URL & File Names

Convert text to kebab-case or snake_case for URLs, file names, and system identifiers that require specific formatting.