How to display binary data

Hello,
I’m using the latest version of Grafana and I need to visualize the binary data stored in my datasource. The first step is to display data in binary and/or hex format in place to display as integer data (Grafana default). The second step is to assign to each single bit a different meaning; indeed, the collected data are 16 bits status registers similar to:
Bit 0 - Information 1: TRUE/FALSE
Bit 1 - Information 2: TRUE/FALSE
Bit 3 - Information 3: TRUE/FALSE
.
.
.
Bit 15 - Information 16: TRUE/FALSE

Example.
Data shown in Grafana: 34211
Desired hex representation: 85A3
Desired binary representation: 1000 0101 1010 0011
Mapping logical information to each bit

Does anyone have any suggestions to achieve what I want?
I appreciate any help or ideas you can give me.
thanks

welcome

You could accomplish this using the business text plugin and using javascript