Hi Tiktin,
Thanks for the great idea. This feature has been requested numerous times and is on the "to-do" list (
see here and
here). In fact, much of the needed code is already in the extension and has been since version 0.2 or 0.3. I just need to write the GUI for it now.
Two more encodings will be supported in addition to Base16 (hex):
Base64, which uses this character set:
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=
and Base95, which uses this character set:
`1234567890-=qwertyuiop[]asdfghjkl;'\\zxcvbnm,./~!@#$%^&*()_+QWERTYUIOP{}ASDFGHJKL:\"|ZXCVBNM<>?
I am very nearly finished and these will be in 0.6.1 (due out shortly). If there any other encodings you think I should add, please let me know!
Thanks,
Eric Jung