Tiger's Text Toolkit
Text Merge
Text Function
Chinese Converter
Chinese Converter+
Text Function
Input
Use same input for output
Copy to Clipboard after convertion
Upper Case
strtoupper
Lower Case
strtolower
Sentence Upper Case
ucfirst
Word Upper Case
ucwords
URL Encode
urlencode
URL Decode
urldecode
HTML Character Escape
htmlspecialchars
HTML Character Unescape
htmlspecialchars_decode
HTML Entity Encode
html_entity_encode
HTML Entity Decode
html_entity_decode
Base64 Encode
base64_encode
Base64 Decode
base64_decode
Rot13
str_rot13
MD5
md5
SHA1
sha1
SHA256
hash('sha256')
SHA384
hash('sha384')
SHA512
hash('sha512')
Output
Perform various common text transformation functions in client side.