Skip to main content
Solved

Converting Hexadecimal to Text


I have a hexadecimal value '50C8BDA0' that I need to convert to it's text value. I have many unknown values but this is my test case. It should be '1355333024'. According to Hexed.it, it's UTF-32 bit Big Endian format.

I have tried various combos of binarydecoder, textdecoder, etc. and cannot figure it out. Does someone know the right steps? Excel and Windows Calculator do it automatically the first time so I must be missing something.

Best answer by daveatsafe

Hi @k1,

The BaseConverter transformer can convert the hex number into its base 10 equivalent. Please set the Original Base to 16 and the Destination Base to 10.

View original
Did this help you find an answer to your question?

3 replies

daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • Best Answer
  • March 27, 2019

Hi @k1,

The BaseConverter transformer can convert the hex number into its base 10 equivalent. Please set the Original Base to 16 and the Destination Base to 10.


  • Author
  • March 27, 2019

Woohoo! Thanks, Dave.


danilo_fme
Evangelist
Forum|alt.badge.img+44
  • Evangelist
  • March 27, 2019
daveatsafe wrote:

Hi @k1,

The BaseConverter transformer can convert the hex number into its base 10 equivalent. Please set the Original Base to 16 and the Destination Base to 10.

Good Job!!!


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings