Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8021971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T22:08:12+00:00 2026-06-04T22:08:12+00:00

I am pretty stumped on a few hex values that become these values. I’ve

  • 0

I am pretty stumped on a few hex values that become these values. I’ve been playing around with the values for a bit and I can’t figure it out. Perhaps someone here can give me a clue as to how these values show up as hex or vise versa. When I got these values they were in reverse order hex. I ordered them from left to right to make things simpler (I am 99% sure these values should be reverse order since other values I got were reverse order).

  • 6C C4 F0 00 should become 1/1/2000 in Date/Time format.
  • 6C C4 F0 38 should also be 1/1/2000 but I am not sure how this is the case.
  • FF FF FE 38 should be -2.
  • 00 FF FF FF should be 0.
  • FF 00 00 00 should be -1.

If anyone can help me out with this, I would humbly appreciate it! Thank you!

The raw data:

00F0C46C38F0C46C38FEFFFFFFFDFFFF

The raw data is in reverse order hex in sets of 4 bytes.

  • 00F0C46C, should be a date/time format of 1/1/2000
  • 38F0C46C, should be a date/time format of 1/1/2000
  • 38FEFFFF, should be -2
  • FFFDFFFF, should be -3

I know the structure is correct because the program is working and creating a table correctly, there are just some values in each column that are handled differently.

Thank you!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T22:08:14+00:00Added an answer on June 4, 2026 at 10:08 pm

    You have your byte order wrong. The first byte seems to be dead space or otherwise occupied, and I’m betting you left FF off the end of what you showed us.

    Split into words:

    00  F0C46C38 F0C46C38 FEFFFFFF FDFFFF
    

    Now, reverse the byte order on the first two words and you get:

    0x386CC4F0 = 946652400
    

    Which is

    $ date -ur 946652400
    Fri Dec 31 15:00:00 UTC 1999
    

    So midnight 1/1/2000 in the UTC+9 time zone. Too close to be a coincidence, I’m guessing you or wherever you got that data from is in that time zone.

    Now, the next two words in proper byte order:

    FFFFFFFE
    FFFFFFFD
    

    Guess what? Two’s complement representation of -2 and -3.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Pretty much what it says on the tin. I've tried googling around but can't
I have an issue that has got me pretty stumped, and would appreciate some
This is a pretty simple question but I'm somewhat stumped. I am capturing sections
Pretty straight-forward HTML/JS that: Takes a Base64-encoded PNG Converts it to a blob Sets
Pretty simple solution I'm sure but can't for the life of me work it
Pretty new to ASP.NET and trying to figure out how to have the code
Pretty simple question. I have a few ASP RequiredFieldValdators checking some text boxes. Out
Pretty much the same as this question. But I can't seem to get this
I've been searching for a good 3 hours, and I'm stumped on how to
Okay, have a bit of a tricky one (for me anyway, i'm pretty rubbish

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.