String Tools

A collection of client side string tools to manipulate and analyze strings.

String Counter

String Length Info

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

Base64 Encoding

Encode strings into Base64.


Base64 Decoding

Decode Base64 into Text.


Hex

Hex Encoding

Encode strings into Hex.


Hex Decoding

Decode Hex into Text.


Binary

Binary Encoding

Encode strings into Binary.


Binary Decoding

Decode Binary into Text.


Reverse a String

Reverse a String

Reverse the direction the characters of a string are going.


Random Case

Random String Case

Each character is randomly made upper or lower case.


Count String in String

Count Occurrences of substring in string.

Returns the number of times a substring is found in a string.


0