<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>atsuhiro-me</author_name>
  <author_url>https://blog.hatena.ne.jp/atsuhiro-me/</author_url>
  <blog_title>みーのぺーじ</blog_title>
  <blog_url>https://pc.atsuhiro-me.net/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>文字列 String型とbytes型がある。 String型は文字コードに関係ないので、プログラムの中では、文字列はString型を用いるべきである。 String型とbytes型の変換は以下のようにする。 # python3.3 &gt;&gt;&gt; m=&quot;みーのぺーじ&quot; &gt;&gt;&gt; m &quot;みーのぺーじ&quot; &gt;&gt;&gt; b=bytes(m,&quot;shift-jis&quot;) &gt;&gt;&gt; b b&quot;\x82\xdd\x81[\x82\xcc\x82\xd8\x81[\x82\xb6&quot; &gt;&gt;&gt; n=str(b,&quot;shift-jis&quot;) &gt;&gt;&gt; n &quot;みーのぺーじ&quot; quopri (quoted-printable transport …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpc.atsuhiro-me.net%2Fentry%2F2012%2F11%2F09%2F000000&quot; title=&quot;Python3 まとめ - みーのぺーじ&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>2012-11-09 00:00:00</published>
  <title>Python3 まとめ</title>
  <type>rich</type>
  <url>https://pc.atsuhiro-me.net/entry/2012/11/09/000000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
