a:1:{s:13:"administrator";b:1;}
I want to break this down and convert into some sort of array.
You can use maybe_unserialize( 'a:1:{s:13:"administrator";b:1;}' )
function of wordpress for better output. Just pass the serialize string and it will return you an array.