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