Parse PHP serialized strings into readable JSON for debugging WordPress, Laravel, and PHP database values.
Add a PHP serialized string from a database, log, or debug output.
Arrays and objects are converted into readable JSON.
Use the parsed structure in notes, bug reports, or migrations.
Parse PHP serialized strings into readable JSON for debugging WordPress, Laravel, and PHP database values. The unserializer runs in your browser unless the page states that it uses an external service.
Query Parameters to JSON
Convert URL query strings into decoded JSON objects, including repeated parameters.
Image to Base64
Convert any image to a Base64 data URL instantly in your browser. No upload, fully private.
JWT Decoder
Decode and inspect JWT tokens instantly in your browser. No data is sent to any server.
Cron Expression Parser
Parse cron expressions into plain English and preview the next scheduled run times.
Random String Generator
Generate random strings with custom length and character sets.
URL Parser
Break down any URL into its components: protocol, hostname, path, query parameters, and hash.