Skip to main content

/encode

/encode is a text processing command for encoding, decoding, and hashing.

It gives you one unified command for common developer and utility workflows inside Telegram.

Supported Methods

  • hex
  • hexd
  • base64
  • base64d
  • url
  • urld
  • unicode
  • unicoded
  • binary
  • binaryd
  • rot13
  • md5
  • sha1
  • sha256

How to Use

/encode <method> <text>

Examples:

/encode base64 hello world
/encode base64d aGVsbG8gd29ybGQ=
/encode sha256 hello

Notes

  • Methods ending with d are decode methods
  • Hash methods return one-way hash results and cannot be decoded back
  • This command is useful for quick conversions, debugging, and simple text utilities