Skip to content

minirang/string-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

string-converter

A simple yet powerful string conversion tool. Enter a string once and instantly get multiple encodings, hashes, and even playable Morse code.


✨ Features

  • 🔡 Morse Code Conversion

    • Supports Korean (with Hangul decomposition)
    • Supports English, numbers, and special characters
    • 🔊 Built-in audio playback
  • 💻 Encoding Conversions

    • Binary
    • Hex
    • Octal
    • Base64
    • Base64URL
    • Base32
  • 🔐 Hash Generation

    • SHA-1
    • SHA-256
    • SHA-384
    • SHA-512
  • 📋 One-click Copy

    • Click any result to copy instantly
    • Toast notification feedback

🚀 Demo

Example input:

Hi! 안녕! 123

🛠️ Tech Stack

  • Vanilla JavaScript
  • Web Audio API (Morse playback)
  • Web Crypto API (hashing)
  • HTML5 / CSS3

📦 Installation

git clone https://github.com/your-username/string-converter.git
cd string-converter

Then open index.html in your browser.


📁 Project Structure

string-converter/
├── index.html
├── style.css
├── app.js
└── logo.svg

🎯 Usage

  1. Enter a string
  2. Click CONVERT
  3. Click any result to copy
  4. Use the 🔊 button to play Morse code

⚠️ Notes

  • Some special characters use non-standard (conventional) Morse mappings
  • Clipboard access may be restricted depending on browser security settings

📜 License

This project is licensed under the MIT License. © 2026 서울민트초코


🙌 Contributing

Pull requests and issues are welcome.

About

This site convert string into Binary, Hex, Octal, Base64, Base64Url, Base32, SHA-1, SHA-256, SHA-384, and SHA-512.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors