I tried conversion using BIN=$(echo "obase=2; ibase=16; $i" | bc ).
My output is example 1000000100000011110000110000010. I need work (check by view) with eleventh bit from end.
I need my output format as (ex): 1000 0010 0000 1111......
Can ask for help? Thanks