Editing 99: Binary Heart

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 4: Line 4:
 
| title    = Binary Heart
 
| title    = Binary Heart
 
| image    = binary_heart.jpg
 
| image    = binary_heart.jpg
 +
| imagesize =
 
| titletext = i love you
 
| titletext = i love you
 
}}
 
}}
  
 
==Explanation==
 
==Explanation==
An array of zeros and ones is depicted, 21 across by 23 down. Some of the zeros and ones are red instead of black to form the shape of a Valentine heart.
+
A valentine heart in red is shown on a black background. 
 +
The medium is a 21 across by 23 down array of zeros and ones.
  
 
The digits themselves are an {{w|ASCII}} bit stream reading:
 
The digits themselves are an {{w|ASCII}} bit stream reading:
 
  iloveyOuilOveyouiloveyOuilOveyOuiloveyouilOveyouilOveyOuilOv
 
  iloveyOuilOveyouiloveyOuilOveyOuiloveyouilOveyouilOveyOuilOv
The final octet is incomplete, but the three bits that are present are consistent with the start of an "e".
+
There are three trailing bits that are the start of an "e".
  
The mixture of upper-case and lower-case "O"s is presumed intentional to avoid a repeating pattern.
+
The capitalization of the "O"s seems too short to carry additional message.  There are only 15.
  
 
==Transcript==
 
==Transcript==
 
:[All the numbers are black except for a heart-shaped red section in the middle.]
 
:[All the numbers are black except for a heart-shaped red section in the middle.]
<b>0 1 1 0 1 0 0 1 0 1 1 0 1 1 0 0 0 1 1 0 1
+
<pre>
1 1 1 0 1 1 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1
+
011010010110110001101
1 1 1 0 0 1 0 1 0 0 1 1 1 1 0 1 1 1 0 1 0
+
111011101100110010101
1 0 1 1 0 1 0 0 1 0 1 1 0 1 1 0 0 0 1 0 0
+
111001010011110111010
1 1 1 1 0 <span style="color:#c00">1 1 1 </span>0 1 1 0 0 <span style="color:#c00">1 1 0 </span>0 1 0 1 0
+
101101001011011000100
1 1 1 <span style="color:#c00">1 0 0 1 0 1 1</span> 0 <span style="color:#c00">1 1 1 1 0 1 1</span> 1 0 1
+
111101110110011001010
0 1 0 <span style="color:#c00">1 1 0 1 0 0 1</span> 0 <span style="color:#c00">1 1 0 1 1 0 0</span> 0 1 1
+
111100101101111011101
0 1 1 <span style="color:#c00">1 1 0 1 1 1 0 1 1 0 0 1 1 0 0 1</span> 0 1
+
010110100101101100011
0 1 <span style="color:#c00">1 1 1 0 0 1 0 1 0 0 1 1 1 1 0 1 1</span> 1 0
+
011110111011001100101
1 0 <span style="color:#c00">1 0 1 1 0 1 0 0 1 0 1 1 0 1 1 0 0</span> 0 1
+
011110010100111101110
0 0 1 <span style="color:#c00">1 1 1 0 1 1 1 0 1 1 0 0 1 1 0 0</span> 1 0
+
101011010010110110001
1 0 1 <span style="color:#c00">1 1 1 0 0 1 0 1 0 0 1 1 1 1 0</span> 1 1 1
+
001111011101100110010
0 1 0 1 <span style="color:#c00">0 1 1 0 1 0 0 1 0 1 1 0</span> 1 1 0 0 0
+
101111001010011110111
1 1 0 1 1 <span style="color:#c00">1 1 0 1 1 1 0 1 1 0 0</span> 1 1 0 0 1
+
010101101001011011000
0 1 0 1 1 1 <span style="color:#c00">1 0 0 1 0 1 1 0 1</span> 1 1 1 0 1 1
+
110111101110110011001
1 0 1 0 1 0 1 <span style="color:#c00">1 0 1 0 0 1 0</span> 1 1 0 1 1 0 0
+
010111100101101111011
0 1 0 0 1 1 1 1 <span style="color:#c00">0 1 1 1 0</span> 1 1 0 0 1 1 0 0
+
101010110100101101100
1 0 1 0 1 1 1 1 0 <span style="color:#c00">0 1 0</span> 1 1 0 1 1 1 1 0 1
+
010011110111011001100
1 1 0 1 0 1 0 1 1 0 <span style="color:#c00">1</span> 0 0 1 0 1 1 0 1 1 0
+
101011110010110111101
0 0 1 0 0 1 1 1 1 0 1 1 1 0 1 1 0 0 1 1 0
+
110101011010010110110
0 1 0 1 0 1 1 1 1 0 0 1 0 1 0 0 1 1 1 1 0
+
001001111011101100110
1 1 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 1
+
010101111001010011110
0 0 0 1 0 0 1 1 1 1 0 1 1 1 0 1 1 0 0 1 1</b>
+
111010101101001011011
 +
000100111101110110011
 +
</pre>
  
{{comic discussion}}
+
Note: Two lines are missing from the original transcript.  They are included here, as they are needed to decode the embedded text properly.
  
[[Category:Binary]]
+
{{comic discussion}}
 
[[Category:Romance]]
 
[[Category:Romance]]
 
[[Category:Comics with color]]
 
[[Category:Comics with color]]
[[Category:Language]]
 

Please note that all contributions to explain xkcd may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see explain xkcd:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel | Editing help (opens in new window)