Conversions – Hexa to binary and decimals
                 
                            
                   To understand these conversions one must first understand what these terms mean
HEXA – It is a positional numeral system with base sixteen, which uses sixteen distinct symbols from 0-9 and a-f. Each hexadecimal digit represents four binary digits.
Binary – Binary numeral system or base 2 numeral system represents numeric system it uses two symbols which are 0 and 1.
Decimal - Numeral system also known as base of 10 has 10 as its base
                  
 
 
                
                
                	
                	
                    	Hexa to Binary and Decimal
                     
                    
                      
           	        
                    	
Convert Hex To Decimal and Binary :
                      
           	         
       
   
   |  Conversion Code - Chart  | 
		
		| DECIMAL | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 
		
		
		| HEX | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | A | B | C | D | E | F | 
		
		
		| BINARY | 0000 | 0001 | 0010 | 0011 | 0100 | 0101 | 0110 | 0111 | 1000 | 1001 | 1010 | 1011 | 
		1100 | 1101 | 1110 | 1111 | 
		
		
             
                    
                    
                   This tool is an online utility. This tool can be called as (HDBHC) HIOX Decimal Binary Hexadecimal Converter, 
                   This online utility is primarily intended to help people in converting values to different modes namely, 
                   Hexadecimal to Binary conversion / Hexadecimal to Decimal Conversion..