PHP Serialize Converter

Convert between PHP serialize() format and JSON.

Support
Works Offline
Privacy First
No Login
No API

PHP serialized string

JSON

About the PHP Serialize Converter

Parse PHP's native serialize() strings (a, s, i, b, d, N, O) into readable JSON, or turn JSON back into a PHP serialized string. Arrays, nested objects, booleans, doubles and PHP objects with their class names are handled, including UTF-8 aware string length counting.

Examples

PHP array to JSON

a:2:{i:0;s:3:"Ada";i:1;s:5:"admin";}

Output

["Ada","admin"]

Keyboard shortcuts

  • Copy the main outputCtrl / ⌘ + Shift + C
  • Download the resultCtrl / ⌘ + S
  • Share this toolCtrl / ⌘ + Shift + S
  • Reset the inputsAlt + R
  • Open the tool search paletteCtrl / ⌘ + K

Related tools

Frequently asked questions

Version 1.0.0 · Updated 2026-08-25 · Runs entirely in your browser