Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

415
Views
Javascript: hexadecimal a cadena sin convertir a ascii, int o xyz

tengo una matriz de bytes

sensor_id = [bytes[36],bytes[35],bytes[34],bytes[33]]

contiene los siguientes hexadecimales

0x69, 0x72, 0x33, 0x88

Necesito fusionar 69 72 33 88 con un valor de cadena sin conversación => "69723388".

Gracias por ayudar

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Puede convertir los valores hexadecimales en cadenas usando toString(16) . Para obtener más información, lea el documento de MDN .

 const arr = [0x69, 0x72, 0x33, 0x88]; const base16string = arr.map(item => item.toString(16)); console.log(base16string);
 .as-console-wrapper {min-height: 100%!important; top: 0}

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!