A web-based text encoder/decoder that converts text to and from Shiroko ASCII code using special Unicode characters. This fun project lets you create secret messages using invisible Unicode characters, themed around Blue Archive's Shiroko character. This is using PHP for Programming Language.
- ✨ Text to Shiroko ASCII code conversion
- 🔄 Shiroko ASCII code to text decoding
- 🎲 Random code generation
- 📜 Conversion history tracking
- 📋 Quick copy/paste functionality
- 📱 Mobile-responsive design
- 🔒 Secure input sanitization
- 💾 Session and cookie-based storage
The converter uses two special Unicode characters to create "invisible" messages:
- Zero Width Space (
\u200B
) - Represents binary 0 - Zero Width Non-Joiner (
\u200C
) - Represents binary 1
Each character is prefixed with "Nn" (Shiroko's characteristic expression) and the message ends with "Sensei...".
- PHP 8.2+
- JavaScript (ES6+)
- TailwindCSS
- Font Awesome Icons
- Google Fonts (Poppins, Source Code Pro)
- Clone the repository:
git clone https://github.com/yourusername/text-to-ascii.git
- Put to your htdocs directory:
C:\Apache24\htdocs / C:\xampp\htdocs / c:\laragon\www
- Access through your browser:
http://localhost/text-to-ascii
- PHP 8.2 or higher
- Apache web server
- Modern web browser
- JavaScript enabled
- Cookie support
- Enter text in the input field
- Click "Convert" to generate Shiroko code
- Use the arrow button to switch conversion direction
- Copy results with the copy button
- View conversion history below
- Input sanitization
- XSS protection
- CSRF prevention
- Secure cookie handling
- Error handling and validation
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit changes (
git commit -m 'Add amazing feature'
) - Push to branch (
git push origin feature/amazing-feature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
- Inspired by @Ernestoyoofi's Shiroko NN Code
- Blue Archive community
- TailwindCSS team
- Font Awesome team
AndraZero121
- GitHub: @AndraZero121
- Instagram: @andrazero121
Made with 💖 by AndraZero121
©2025 Shiroko ASCII Converter. All rights reserved.
©2025 Shiroko ASCII Converter. All rights reserved.