Tool for decoding / encoding in Alphuck. Alphuck is a minimalist programming language subtituting to Brainfuck 8 letters of the alphabet.
Alphuck - 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!
The Alphuck language is a variant of BrainFuck (by substitution/replacing its characters). Its operation is identical to the Brainfuck, it contains the same 8 operators whose characters are replaced by letters of the alphabet according to the following table:
Alphuck | Brainfuck | Operation |
---|---|---|
e | + | increase pointer |
i | - | decrease pointer |
a | > | move right pointer |
c | < | move left pointer |
p | [ | loop until s while pointer not null |
s | ] | end loop |
j | . | output pointer ascii value |
o | , | save input in cell pointer |
Thus, to any code in BrainFuck, corresponds a code in Alphuck and vice versa.
Example: The Alphuck program eeeeeeeeeepaeaeeeaeeeeeeeaeeeeeeeeeeccccisaaaiiiiijejej corresponds to BrainFuck code ++++++++++[>+>+++>+++++++>++++++++++<<<<-]>>>-----.+.+. and output (console) the characters ABC
Like any programming language, there are many ways to program and achieve the same result.
An Alphuck code runs like any program, using an interpreter, and can display an output result (based on an optional input argument). dCode executes the program and displays each byte returned to the console as well as the final memory register (for debugging).
The message consists only of the 8 lowercase letters aceijops: a,c,e,i,j,o,p,s in frequencies similar to Brainfuck.
dCode retains ownership of the "Alphuck" source code. Any algorithm for the "Alphuck" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Alphuck" 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 "Alphuck" or any other element are not public (except explicit open source licence like Creative Commons). 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 "Alphuck" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source.
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: Alphuck on dCode.fr [online website], retrieved on 2025-04-16,