TableFilter Data in SQL Server

Dear Sir,

As we’re all aware of that we define and store the information in Security Filter column of the Table “Permission” for the Record Level Security in Microsoft Dynamics NAV. The information can easily be read & understood from the Navision User Interface.

But it’s quite impossible to understand the same if we try to read the same from in SQL Server Database directly, actually the Sql Server stores the data in hexadecimal format (which can not be understood easily).

Now I just want to convert the same into a human readable text.

How to do it ?