Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 18, 2019 23:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/37c59e2fec6b09388393c8a869cd81a1 to your computer and use it in GitHub Desktop.
Save parzibyte/37c59e2fec6b09388393c8a869cd81a1 to your computer and use it in GitHub Desktop.
// El binario que vamos a traducir
char textoBinario[] = "01001101 01101001 00100000 01101110 01101111 01101101 01100010 01110010 01100101 00100000 01100101 01110011 00100000 01001100 01110101 01101001 01110011 00100000 01000011 01100001 01100010 01110010 01100101 01110010 01100001 00100000 01000010 01100101 01101110 01101001 01110100 01101111";
printf("En binario es: \n%s\n", textoBinario);
char delimitador[] = " "; // Para separar cada octeto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment