Jump to content

What does 010001100101010101001110 actually say?

yathis

Its in the title of the thread subject but I wonder what it actually says.

Link to comment
Share on other sites

Link to post
Share on other sites

fun

I am good at computer

Spoiler

Motherboard: Gigabyte G1 sniper 3 | CPU: Intel 3770k @5.1Ghz | RAM: 32Gb G.Skill Ripjaws X @1600Mhz | Graphics card: EVGA 980 Ti SC | HDD: Seagate barracuda 3298534883327.74B + Samsung OEM 5400rpm drive + Seatgate barracude 2TB | PSU: Cougar CMX 1200w | CPU cooler: Custom loop

Link to comment
Share on other sites

Link to post
Share on other sites

Do you break it down into 4 bits or numbers or what?

Is it a bit or a byte.

Link to comment
Share on other sites

Link to post
Share on other sites

3 hours ago, yathis said:

Its in the title of the thread subject but I wonder what it actually says.

That depends on your platform's endianness. Everyone who said it says "FUN" has assumed a certain platform without knowing yours. We need more information to answer your question reliably.

Write in C.

Link to comment
Share on other sites

Link to post
Share on other sites

2 hours ago, Dat Guy said:

That depends on your platform's endianness. Everyone who said it says "FUN" has assumed a certain platform without knowing yours. We need more information to answer your question reliably.

There is only one true endianness.

ENCRYPTION IS NOT A CRIME

Link to comment
Share on other sites

Link to post
Share on other sites

True, but "010001100101010101001110" is not "FUN" on middle-endian systems.

Write in C.

Link to comment
Share on other sites

Link to post
Share on other sites

It says "5ZWO".

[Out-of-date] Want to learn how to make your own custom Windows 10 image?

 

Desktop: AMD R9 3900X | ASUS ROG Strix X570-F | Radeon RX 5700 XT | EVGA GTX 1080 SC | 32GB Trident Z Neo 3600MHz | 1TB 970 EVO | 256GB 840 EVO | 960GB Corsair Force LE | EVGA G2 850W | Phanteks P400S

Laptop: Intel M-5Y10c | Intel HD Graphics | 8GB RAM | 250GB Micron SSD | Asus UX305FA

Server 01: Intel Xeon D 1541 | ASRock Rack D1541D4I-2L2T | 32GB Hynix ECC DDR4 | 4x8TB Western Digital HDDs | 32TB Raw 16TB Usable

Server 02: Intel i7 7700K | Gigabye Z170N Gaming5 | 16GB Trident Z 3200MHz

Link to comment
Share on other sites

Link to post
Share on other sites

01100111 01100101 01110100 00100000 01110010 01100101 01101011 01110100 00100000 01101011
01101001 01100100 01111010

Edited by JackHubbleday
Added spaces, because I'm nice :)

Don't forget to @me / quote me for a reply =]

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

It can also mean:

 

01000110 = 0x46 =                    inc    esi
01010101 = 0x55 =                    push   ebp
01001110 = 0x4e =                    dec    esi

 

in x86 assembler.

Binary can mean anything depending on context.

Link to comment
Share on other sites

Link to post
Share on other sites

On 6.3.2017 at 0:22 PM, sgzUk74r3T3BCGmRJ said:

snip

Kinda hope you had this stored somewhere! Anyways, credz for a good explanation of the "algorithm" for translating binary-ASCII as a mortal.

Running Arch with i3-gaps on a Thinkpad X1 Extreme
Data Science Postgrad

 

Link to comment
Share on other sites

Link to post
Share on other sites

On 3/6/2017 at 8:06 AM, Dat Guy said:

That depends on your platform's endianness. Everyone who said it says "FUN" has assumed a certain platform without knowing yours. We need more information to answer your question reliably.

Imma have to disagree on that one...

A byte string has no endianness.  When printed as the value pointed to by a char* it will produce the same output regardless of big or little endian systems...apart from the lack of null termination...so who knows what it will actually print on any system after the first three symbols...and even that much is assuming it even hits a null byte before an unallocated page boundary...or at least fills the stdout buffer forcing a flush first...  Multi-byte data types will vary, yes...but not char.

Link to comment
Share on other sites

Link to post
Share on other sites

Guest
This topic is now closed to further replies.

×