/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
hexhexdbase64base64durlurldunicodeunicodedbinarybinarydrot13md5sha1sha256
How to Use
/encode <method> <text>
Examples:
/encode base64 hello world
/encode base64d aGVsbG8gd29ybGQ=
/encode sha256 hello
Notes
- Methods ending with
dare 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