{"id":20857315,"url":"https://github.com/berkaygediz/ascii-to-binary","last_synced_at":"2025-04-10T21:09:20.237Z","repository":{"id":176398020,"uuid":"658157710","full_name":"berkaygediz/ASCII-To-Binary","owner":"berkaygediz","description":"🔄 Converts between ASCII and Binary seamlessly.","archived":false,"fork":false,"pushed_at":"2025-02-12T17:53:24.000Z","size":38,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T21:09:12.684Z","etag":null,"topics":["ascii","binary","binary-to-text","char-to-ascii","conversion","converter","windows"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/berkaygediz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-25T00:36:40.000Z","updated_at":"2025-02-12T17:53:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"9bae315f-c3e7-4cd8-b458-b39e30adfff8","html_url":"https://github.com/berkaygediz/ASCII-To-Binary","commit_stats":null,"previous_names":["berkaygediz/ascii-to-binary"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berkaygediz%2FASCII-To-Binary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berkaygediz%2FASCII-To-Binary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berkaygediz%2FASCII-To-Binary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berkaygediz%2FASCII-To-Binary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berkaygediz","download_url":"https://codeload.github.com/berkaygediz/ASCII-To-Binary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248298345,"owners_count":21080320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ascii","binary","binary-to-text","char-to-ascii","conversion","converter","windows"],"created_at":"2024-11-18T04:37:37.560Z","updated_at":"2025-04-10T21:09:20.221Z","avatar_url":"https://github.com/berkaygediz.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ASCII-To-Binary\n\nA simple tool to convert ASCII characters to binary.\n\n## Example\n\n- **ASCII to Binary**:\n\n  ```plaintext\n  Enter the character: A\n  Binary: 01000001\n  ```\n\n- **Binary to ASCII**:\n\n  ```plaintext\n  Enter the binary string (8 digit): 01000001\n  ASCII: 65 - Char: A\n  ```\n\n## Compile and Run\n\n1. Compile with `g++` or `cl.exe`:\n\n   ```bash\n   g++ -mconsole -o ascii_to_binary main.cpp ascii_to_binary.cpp\n   ```\n\n2. Run the executable:\n\n   ```bash\n   ./ascii_to_binary.exe\n   ```\n\n## License\n\nThis project is licensed under the Apache License 2.0 - see [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberkaygediz%2Fascii-to-binary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberkaygediz%2Fascii-to-binary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberkaygediz%2Fascii-to-binary/lists"}