Binary
How it works
Convert between text and binary representations:
- Text → Binary: Each character is converted to its 8-bit binary representation
- Binary → Text: Binary bytes (8 bits each) are decoded back to characters
- Supports ASCII and basic UTF-8 characters
- Customizable separator between bytes
Want to learn more?
Read the complete guide with examples and tips