:
logo qtransform

  to  

Calculate:



Convert DEF from hexadecimal

How to convert number DEF from hexadecimal to binary, decimal, octal?
Hexadecimal to: binary decimal octal

Enter the number and then click the button convert




DEF to decimal conversion rule

DEF to binary conversion rule

DEF to octal conversion rule

Hexadecimal to Decimal

Convert DEF8 to decimal:
DEF16 = 356710

hexadecimal
DEF
DEF step
0
convert to (D*162) +(E*161) +(F*160) step
1
convert to (13*162) +(14*161) +(15*160) step
2
decimal
3567 =
3328 +224 +15 step
3

Hexadecimal to Binary

Convert DEF16 to binary:
DEF16 = 1101111011112

hexadecimal
DEF
DEF step
0
convert to 110111101111 step
1
binary
110111101111 =
110111101111 step
2

Hexadecimal to Octal

Convert DEF16 to octal:
DEF16 = 67578

hexadecimal
DEF
DEF step
0
convert to 110111101111 step
1
binary
110111101111 =
110111101111 step
2

binary
110111101111
110111101111 step
3
octal
6757
6757 step
4

Convert other numbers:
DEA DEB DEC DED DEE DEF DF0 DF1 DF2 DF3 DF4