Brainfuck Converter

Convert between text and Brainfuck code

Input
Output
Output will appear here...

About Brainfuck

Brainfuck is an esoteric programming language with only 8 commands: + - < > [ ] . ,. It operates on a tape of memory cells and a pointer, making it Turing-complete despite its minimalist design.

Copied to clipboard!