Hexadecimal (Base16)
Descripción
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, FConversiones
echo "ibase=16 ; <hexadecimal>" | bc
echo "ibase=16 ; A" | bc
bindechexascii --h2d <hexadecimal>
bindechexascii --h2d Aecho "obase=16 ; <decimal>" | bc
echo "obase=16 ; 10" | bc
bindechexascii --d2h <decimal>
bindechexascii --d2h 10Última actualización