Add more info on the hexes

This commit is contained in:
lucky-vers 2023-11-04 05:53:26 +05:30
parent 4a9e9e4055
commit 82a1023b9a

View file

@ -98,7 +98,7 @@ Using the number system converters on [rapidtables](https://www.rapidtables.com/
![No data](../Images/dec_to_txt.png)
Cleaning up the hex by removing the digits with a `(nil)` after them and all `0x` indicators except the first one, we get this.
But for the hexadecimal characters, we get promising results. Cleaning up the hex by removing the digits with a `(nil)` after them and all `0x` indicators except the first one, we get this.
![The result](../Images/hex_to_txt.png)