hello → 5
Find the length of text based on user input.
hello → olleh
Reverses the input's text to reverse it.
hello → olehl
Randomly shuffles the input text, can make anagrams.
heY → HEY or HEY
Changes text to lowercase or uppercase.
HeLLo → hEllO
Reverses the case of each character in the text.
(l → p)hello → heppo
Finds and Replaces characters or phrases.
hello → hello: 1
Finds how many words are in the input text.
h.e&llo! → hello
Removes punctuation and symbols from input text.
hi \n hi → hi
Finds and removes duplicates lines.
hello → aGVsbG8=
Encodes or decodes a string to base64.
hello → 01101...
Encodes or decodes a string to binary.
hello → 68656c...
Encodes or decodes a string to hexadecimal.
im a → im%20a
Encodes or decodes a string to URL-Encoded.
hello → ifmmp
Shifts letters in a string to cipher them.
hello → 5d414...
Hashes a string in the MD5 Algorithm
hello → aaf4c...
Hashes a string in the SHA1 Algorithm
hello → 2cf24...
Hashes a string in the SHA256 Algorithm
hello → $2a$1...
Hashes a string in the Bcrypt Algorithm
* a.com * → a.com
Extracts URLs from text.
* a@a.com * → a@a...
Extracts emails from text.
* 818... * → 818...
Extracts phone numbers from text.
(l)hello → ll
Uses a regex pattern to extract text.
a%dsji!...
Generate a custom and secure password.
check it out!
Can crack MD5, SHA1, SHA256, and Bcrypt! Free!