Skip to content

Instantly share code, notes, and snippets.

@karlstolley
Created April 30, 2011 02:01
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 karlstolley/949340 to your computer and use it in GitHub Desktop.
Save karlstolley/949340 to your computer and use it in GitHub Desktop.
HTML5 DOCTYPE in hex, octal, decimal, and binary
<!DOCTYPE html>
offs asc hex dec oct bin
0000: < 3C 060 074 00111100
0001: ! 21 033 041 00100001
0002: D 44 068 104 01000100
0003: O 4F 079 117 01001111
0004: C 43 067 103 01000011
0005: T 54 084 124 01010100
0006: Y 59 089 131 01011001
0007: P 50 080 120 01010000
0008: E 45 069 105 01000101
0009: 20 032 040 00100000
0010: h 68 104 150 01101000
0011: t 74 116 164 01110100
0012: m 6D 109 155 01101101
0013: l 6C 108 154 01101100
0014: > 3E 062 076 00111110
0015: 0A 010 012 00001010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment