Text Tools

Text


Text Length
hello → 5

Find the length of text based on user input.

Reverse Text
hello → olleh

Reverses the input's text to reverse it.

Shuffle Text
hello → olehl

Randomly shuffles the input text, can make anagrams.

Upper/Lower Case
heY → HEY or HEY

Changes text to lowercase or uppercase.

Reverse Case
HeLLo → hEllO

Reverses the case of each character in the text.

Find/Replace
(l → p)hello → heppo

Finds and Replaces characters or phrases.

Word Frequency
hello → hello: 1

Finds how many words are in the input text.

Remove Punctuation
h.e&llo! → hello

Removes punctuation and symbols from input text.

Remove Duplicate Lines
hi \n hi → hi

Finds and removes duplicates lines.

Encryption


Convert Base64
hello → aGVsbG8=

Encodes or decodes a string to base64.

Convert Binary
hello → 01101...

Encodes or decodes a string to binary.

Convert Hex
hello → 68656c...

Encodes or decodes a string to hexadecimal.

Convert URL
im a → im%20a

Encodes or decodes a string to URL-Encoded.

Caesar Cipher
hello → ifmmp

Shifts letters in a string to cipher them.

MD5 Hasher
hello → 5d414...

Hashes a string in the MD5 Algorithm

SHA1 Hasher
hello → aaf4c...

Hashes a string in the SHA1 Algorithm

SHA256 Hasher
hello → 2cf24...

Hashes a string in the SHA256 Algorithm

Bcrypt Hasher
hello → $2a$1...

Hashes a string in the Bcrypt Algorithm

Scraping


URL Extractor
* a.com * → a.com

Extracts URLs from text.

Email Extractor
* a@a.com * → a@a...

Extracts emails from text.

Phone Extractor
* 818... * → 818...

Extracts phone numbers from text.

Regex Finder
(l)hello → ll

Uses a regex pattern to extract text.

Other


Password Generator
a%dsji!...

Generate a custom and secure password.

Hash Cracker
check it out!

Can crack MD5, SHA1, SHA256, and Bcrypt! Free!