<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yoshitachi</author_name>
  <author_url>https://blog.hatena.ne.jp/yoshitachi/</author_url>
  <blog_title>web-technical-blog</blog_title>
  <blog_url>https://web-technical.hatenablog.com/</blog_url>
  <categories>
    <anon>go</anon>
    <anon>Etc</anon>
  </categories>
  <description>package main import ( &quot;fmt&quot; ) func main() { // 左シフト演算(1を左に3ビットシフト) fmt.Println(&quot;1 &lt;&lt; 3=&quot;, 1 &lt;&lt; 3) // 1 &lt;&lt; 3= 8 // 右シフト演算(2進数で(10)を右に1ビットシフト) fmt.Println(&quot;2 &gt;&gt; 1=&quot;, 2 &gt;&gt; 1) // 2 &gt;&gt; 1= 1 // ビットクリア(and not) fmt.Println(&quot;3 &amp;^ 6=&quot;, 3 &amp;^ 6) // 3 &amp;^ 6= 1 /* and notの考え方 3 and (not 6) 3(0011) 6(0110) notなので(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fweb-technical.hatenablog.com%2Fentry%2F2017%2F06%2F08%2F143235&quot; title=&quot;ビット演算についてメモしとく(ほとんど使用しないが...) - web-technical-blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-06-08 14:32:35</published>
  <title>ビット演算についてメモしとく(ほとんど使用しないが...)</title>
  <type>rich</type>
  <url>https://web-technical.hatenablog.com/entry/2017/06/08/143235</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
