TRY ONLINE
Default conversion from hexadecimal to decimal. For other bases, use the CLI command with --base-in flag.
Hex
Decimal
Decimal output will appear here
cast to-dec ff
cast to-dec 0xff
cast to-dec 1010 --base-in 2
cast to-dec 0x1a2b3c4d5e6f --base-in 16
cast-to-dec - Converts a number of one base to decimal
cast to-dec
[options] value
Converts a number of one base to decimal
--base-in
base_in
The input base.
-h
--help
Prints help information.
cast to-dec ff