• From:
  • delimiter:
  • To:
  • delimiter:

Description

Converter Example:
  • -118,70,255 From selection Decimal, delimiter selection Comma, To selection Hexadecimal, delimiter selection Comma result is 8a,46,ff
  • 8a,46,ff From selection Hexadecimal, delimiter selection Comma, To selection Decimal, delimiter selection Comma result is 138,70,255
  • 5Lit5Zu9YWJj From selection Base64, delimiter selection None, To selection Hexadecimal, delimiter selection Comma result is e4,b8,ad,e5,9b,bd,61,62,63
  • e4,b8,ad,e5,9b,bd,61,62,63 From selection Hexadecimal, delimiter selection Comma, To selection Base64, delimiter selection None result is 5Lit5Zu9YWJj
Hexadecimal Encoding Table
1 byte is 8 bits, 1 digit is 4 bits, so 1 byte is to 2 digits.
Decimal Binary Octal Hexadecimal
0 0000 0 0
1 0001 1 1
2 0010 2 2
3 0011 3 3
4 0100 4 4
5 0101 5 5
6 0110 6 6
7 0111 7 7
8 1000 10 8
9 1001 11 9
10 1010 12 A
11 1011 13 B
12 1100 14 C
13 1101 15 D
14 1110 16 E
15 1111 17 F

0 Comments

0 / 300