Jump to content

Not sure what you mean?

 

Binary of an ascii value  will just be the binary equivalent of whatever number represents the ascii value

 

eg:

 

S = ascii 83 = 01010011

Community Standards || Tech News Posting Guidelines

---======================================================================---

CPU: R5 9600X || GPU: RX 9070 XT|| Memory: 32GB || Cooler: Peerless Assassin || PSU: RM850e|| Case: Lian Li A3

Link to comment
https://linustechtips.com/topic/1323517-binary-ascii/#findComment-14625681
Share on other sites

Link to post
Share on other sites

Oh I have an interesting fact on this topic! ASCII is actually a 7-bit character encoding! It comes from a time where not everything was split into 8 bit bytes. The character set that is most often used when people refer to ASCII encoding, is ANSI encoding! The lowest 7 bits for ANSI are exactly the same as for ASCII, but it also supports some more characters based on the language variant that is being used ^.^

These tables also usually don't use binary, but octal or hexadecimal notation. It allows to represent 3 or 4 bits in a single character. These days octal is not really used that much anymore compared to the far more popular hexadecimal.

Link to comment
https://linustechtips.com/topic/1323517-binary-ascii/#findComment-14638881
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×