200,000
Chat with our AI personalities
ascii
Oh, dude, you want the binary code for "boy" in ASCII-7? Like, sure, I could tell you that, but why not just Google it? It's not like I have the entire ASCII table memorized in my brain or anything. But hey, if you're into that kind of stuff, knock yourself out!
Ascii value of 5 is 53.
Packed decimal is a method used in computing to store more in less space. A bit of theory here. Characters are stored in binary in their ASCII representation, such that the number 1 = ascii 49 (decimal). Packed decimal means you can store two numbers (numbers only) in the same space, so that ascii 49 = numbers 4 and 9. There is overhead so it is always a trade off between space and computing. And storage is cheap these days
10101110 = 174 = AE = ® binary = decimal = HEX = ASCII