https://decimal-to-binary.com/decimal-to-binary-converter-online.html?id=66321

Transfer A15B from hexadecimal in decimal number system

Enter a number:
His number system:
Binary
Ternary
Octal
Decimal
Hexadecimal
Binary-decimal
Other
Additional
Signed
Direct
One complement
Two complement
Unsigned
1 byte
2 byte
4 bytes
8 bytes

let\'s translate to decimal like this:

the Sign bit is not included in the translation!

2∙163+1∙162+5∙161+11∙160 = 2∙4096+1∙256+5∙16+11∙1 = 8192+256+80+11 = 853910

Since the number is signed and has a signed bit, the result will have a negative sign

got It: A15B16 =-853910