<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Tokenizer on Mohit Dulani</title>
    <link>https://complete-dope.github.io/codex/tags/tokenizer/</link>
    <description>Recent content in Tokenizer on Mohit Dulani</description>
    <generator>Hugo -- 0.146.0</generator>
    <language>en</language>
    <lastBuildDate>Fri, 24 Oct 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://complete-dope.github.io/codex/tags/tokenizer/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Tokenizer</title>
      <link>https://complete-dope.github.io/codex/posts/tokenizer/</link>
      <pubDate>Fri, 24 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://complete-dope.github.io/codex/posts/tokenizer/</guid>
      <description>&lt;h1 id=&#34;encoding&#34;&gt;Encoding&lt;/h1&gt;
&lt;p&gt;Its a way to send / transmit information &lt;br&gt;
The transfering of data across internet is done in byte stream and we have a defined format to encode those in a byte stream
Like if its a text data then we have &lt;code&gt;utf-8&lt;/code&gt; encoding , if its a audio file its &lt;code&gt;mp3&lt;/code&gt; encoding, image file its &lt;code&gt;png&lt;/code&gt; encoded like this we define encoding for all dataformats and on client side decoding happens to output it in a compatible way to the end user&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
