String Tools
A collection of client side string tools to manipulate and analyze strings.
String Counter
Count the length, bytes, words, lines, unique words, and unique characters in a string.
-
Length
0
-
Bytes
0
-
Words
0
-
Lines
0
-
Unique Words
0
-
Unique Characters
0
Base64
Encode strings into Base64.
Decode Base64 into Text.
Hex
Encode strings into Hex.
Decode Hex into Text.
Binary
Encode strings into Binary.
Decode Binary into Text.
Reverse a String
Reverse the direction the characters of a string are going.
Random Case
Each character is randomly made upper or lower case.