Characters
28
Development
Convert text between lowercase, uppercase, title case, camelCase, PascalCase, snake_case and other common formats.
Enter text to generate multiple capitalization and identifier formats.
Live information about the current source text.
Characters
28
Without spaces
25
Words
4
Lines
1
hello world from bigforgekitHELLO WORLD FROM BIGFORGEKITHello World From BigforgekitHello world from bigforgekithelloWorldFromBigforgekitHelloWorldFromBigforgekithello_world_from_bigforgekitHELLO_WORLD_FROM_BIGFORGEKIThello-world-from-bigforgekithello.world.from.bigforgekitEach result updates automatically while you edit the source text.
lowercase
Convert all letters to lowercase.
UPPERCASE
Convert all letters to uppercase.
Title Case
Capitalize every word.
Sentence case
Capitalize only the first sentence.
camelCase
Remove separators and capitalize words after the first.
PascalCase
Capitalize every word and remove separators.
snake_case
Separate words with underscores.
CONSTANT_CASE
Uppercase snake case.
kebab-case
Separate words with hyphens.
dot.case
Separate words with dots.
Text conversion is performed locally in your browser. The text entered in this tool does not need to be uploaded to generate the results.
About this tool
Convert text instantly between common capitalization styles and programming identifier formats directly in your browser.
Features
Frequently asked questions
The tool supports lowercase, uppercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, CONSTANT_CASE, kebab-case and dot.case.
Yes. It recognizes common separators and case boundaries in values such as user_profile_id, user-profile-id, userProfileId and HTTPResponseCode.
Lowercase and uppercase preserve the original structure. Identifier-oriented formats normalize words and replace or remove separators as required by the selected format.
Yes. The input supports multiline text. Some identifier formats normalize the complete input into a single identifier-style value.
No. All text transformations are performed locally inside your browser.
Related tools
Development
Convert integers between binary, octal, decimal and hexadecimal.
Encoding
Encode text for URLs or decode percent-encoded values instantly.
Encoding
Encode text to Base64 or decode Base64 values instantly.