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 8747245
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T12:19:29+00:00 2026-06-13T12:19:29+00:00

Is there some way to get the actual bit representation, instead of the garbage

  • 0

Is there some way to get the actual bit representation, instead of the garbage ‘-0bx’? I need to actually be able to see the bits. Whether or not it comes out big/little endian doesn’t matter. This is for an assignment.
Does anyone know how to view the actual 2’s complement bit representation of an integer in python?

  • 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-13T12:19:30+00:00Added an answer on June 13, 2026 at 12:19 pm

    Because the number isn’t constrained to a bit range, there is no canonical “the bits” representation. The output would be 0b1, 0b11111111, 0b1111111111111111, etc. depending on which bit range you happened to intend.

    Would the following give what you want?

    > x = -1
    > print(bin(x & 0xffffffff)) # 32-bit output
    0b11111111111111111111111111111111
    

    Note: This doesn’t pad with 0es to give a fixed length, as Ned’s suggestion does.

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

Sidebar

Related Questions

Is there some way to get a distinct list of file extensions on all
I'm investigating encodings in PHP5. Is there some way to get a raw hex
Given a text string containing a type name, is there some way to get
Is there a way to get some text to appear only when the [draft]
Is there any (simple) way to get some control of the order in which
Is there a way to get a file's MIME type using some system call
Is there any way to get the text of the selector that invoked some
I have some VirtualBox VMs running. Is there any way to programatically get the
Is there a way in which I can get some information about the mounts
Is there any way to get at the actual data of a CGPath, so

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.