Computer Science, asked by suhikateAdy, 1 year ago

Unicode hexadecimal FA6B to binary

Answers

Answered by prakriti27
2
F = 15 = 1111
A = 10 = 1010
6 = 0110
B = 11 = 1011
so, FA6B = 1111101001101011

kvnmurty: 6: 0110 4 bits each hexadecimal digit
prakriti27: thank you sir...!!
Similar questions