Convert JSON to PHP array

json_decode() function takes a JSON encoded string and converts it into actual PHP value, but this function works only with UTF-8 encoded strings. json_decode() translates the converted value into appropriate PHP types. If no conversion is possible it returns NULL value.


MD5 Encrypt and Decrypt

MD5 (Message Digest 5) is a cryptographic function that allows you to make a 128-bits (32 characters) "hash" f...

JSON Beautify and Minify

JSON beautifier, minify, parser and viewer online is a tool which lets you parse json string and validator json into a p...

Calculate String Length Free Online Tool

A free character counter that provides instant character count for the given text. The tool reports the number of charac...

SHA1 Encrypt and Decrypt

SHA-1 Cryptographic Hash Algorithm. A cryptographic hash (sometimes called 'digest') is a kind of 'signature...