shiftRight
Shift bits right by the specified number of positions.
binary(required): binary datapositions(required): number of positions to shift
utlx
shiftRight(toBinary("A", "UTF-8"), 2) // bits shifted right by 2