<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ebc_2in2crc</author_name>
  <author_url>https://blog.hatena.ne.jp/ebc_2in2crc/</author_url>
  <blog_title>全力で怠けたい</blog_title>
  <blog_url>https://ebc-2in2crc.hatenablog.jp/</blog_url>
  <categories>
    <anon>Java</anon>
  </categories>
  <description>ときどき使うけど覚えていられないメモ。 だいたいはコレで OK String str = &quot;ジャバ&quot;; // EUC-JP for (byte aByte : str.getBytes(&quot;EUC-JP&quot;)) { System.out.printf(&quot;%2X&quot;, aByte); } // A5B8A5E3A5D0 String str = &quot;ジャバ&quot;; // Shift_JIS for (byte aByte : str.getBytes(&quot;Shift_JIS&quot;)) { System.out.printf(&quot;%2X&quot;, aByte); } // 83578383836F こういうのも UTF-1…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Febc-2in2crc.hatenablog.jp%2Fentry%2F2016%2F05%2F17%2F214039&quot; title=&quot;Java で文字列を16進ダンプする方法 - 全力で怠けたい&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>2016-05-17 21:40:39</published>
  <title>Java で文字列を16進ダンプする方法</title>
  <type>rich</type>
  <url>https://ebc-2in2crc.hatenablog.jp/entry/2016/05/17/214039</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
