Tokenizer

Encoding Its a way to send / transmit information 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 utf-8 encoding , if its a audio file its mp3 encoding, image file its png 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 ...

October 24, 2025 · 2 min · Mohit Dulani