The Bit/Binary functions are summarized in the table below. These functions allow bit manipulation within integers. Click on the function name to jump to a discussion of that function.
| 
                         Function  | 
                    
                         Result  | 
                
| 
                         Returns the result of a bitwise AND operation performed on two numeric values.  | 
                |
| 
                         Returns the result after clearing the specified bit in a value.  | 
                |
| 
                         Returns the result of a bitwise logical NOT operation performed on a numeric value.  | 
                |
| 
                         Returns the result of a bitwise inclusive OR operation performed on two numeric values.  | 
                |
| 
                         Returns the result of a bit shift-and-rotate operation performed on a numeric value.  | 
                |
| 
                         Returns the result after setting the specified bit on in a value.  | 
                |
| 
                         Returns the result of a bit logical shift operation performed on a numeric value.  | 
                |
| 
                         Returns TRUE (1) if the specified bit in a value is a 1; otherwise FALSE (0) is returned.  | 
                |
| 
                         Returns the result of a bitwise exclusive OR operation performed on two numeric values.  | 
                |
| 
                         Creates a value to assign to a series of fields from the binary value of an integer.  | 
                |
| 
                         Returns the hexadecimal equivalent of an integer value.  | 
                |
| 
                         Returns the integer equivalent of a hexadecimal string.  | 
                
© Copyright 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices