Tool for decoding / encoding in Pikalang. Pikalang (or Pikachu language) is a minimalist programming language based on the Brainfuck for which it substitutes the signs by the syllables of Pikachu.
Pikalang - dCode
Tag(s) : Programming Language
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Pikalang is an esoteric programming language derived from BrainFuck, from which it retains in full the semantics, memory model and execution rules.
Some refer to this language as the Pikachu cipher.
The encoding principle consists of replacing each BrainFuck operator with a keyword based on the cries of the Pokemon Pikachu, according to a correspondence table:
| + | pi |
|---|---|
| - | ka |
| > | pipi |
| < | pichu |
| [ | pika |
| ] | chu |
| . | pikachu |
| , | pikapi |
Encoding a program is like taking a valid BrainFuck code and substituting each symbol with its Pikalang equivalent, while preserving the order and structure of the program.
Example: The Pikalang program 'pi pi pi pi pi pi pi pi pi pi pika pipi pi pipi pi pi pi pipi pi pi pi pi pi pi pi pipi pi pi pi pi pi pi pi pi pi pi pichu pichu pichu pichu ka chu pipi pipi pipi pi pi pi pi pi pi pi pi pi pi pikachu pipi pi pi pi pi pi pi pi pi pi pi pi pikachu ka ka ka ka pikachu ka ka ka ka ka ka pikachu pi pi pi pi pi pi pi pi pikachu pi pi pikachu ka pikachu' corresponds to BF code ++++++++++[>+>+++>+++++++>++++++++++<<<<-]>>>++++++++++.>+++++++++++.----.------.++++++++.++.-. and should output the ASCII characters Pokemon
Decoding Pikalang involves interpreting a program written with Pikalang keywords by applying execution rules inherited from BrainFuck.
A Pikalang interpreter or compiler begins by translating each term into its equivalent BrainFuck operator, then executes the program.
Each output instruction displays the corresponding ASCII character in the console.
The message is composed of 8 words or syllables: pi, ka, pipi, pichu, pika, chu, pikachu, pikapi
dCode retains ownership of the "Pikalang" source code. Any algorithm for the "Pikalang" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Pikalang" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Pikalang" or any other element are not public (except explicit open source licence). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.
The content of the page "Pikalang" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source (Creative Commons CC-BY free distribution license).
Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link:
In a scientific article or book, the recommended bibliographic citation is: Pikalang on dCode.fr [online website], retrieved on 2026-02-17,