Skip to content

Instantly share code, notes, and snippets.

@Shurlow
Forked from rogerwschmidt/Binary-ASCII-and-UTF-8.md
Last active July 20, 2018 01:07
Show Gist options
  • Save Shurlow/231d32f3a4161fd89d23fd4d27741d66 to your computer and use it in GitHub Desktop.
Save Shurlow/231d32f3a4161fd89d23fd4d27741d66 to your computer and use it in GitHub Desktop.

Binary, ASCII, and UTF-8 Instructor notes

Objectives

  • Define Bits and Bytes
  • Convert decimal to binary and hexadecimal numbers.
  • Describe UTF-8 and ASCII, including the differences between the two.

Define Bits and Bytes

What are bits and bytes?

Convert decimal to binary and hexadecimal numbers.

  • Convert 45 to binary
  • Convert 10010101 to decimal
  • convert 45 to hexadecimal

Describe UTF-8 and ASCII, including the differences between the two.

  • What is ASCII? What are it's short comings?
  • What is UTF-8?
  • What are the differences between ASCII and UTF-8?

Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment