1. Click Insanity to Decimal then type your name. 2. Then click decimal to insanity and type that number. Decimal is the numeral system with 10 digits: 0-9. Each digit has its own value. To make values bigger than 9, you have to use positional value. You put a 1 in the tens column with nothing left in the ones: 10. After you use up all the digits, you have to then use two digits to represent larger numbers. Hexidecimal is a base 16 numeral system because it has 6 more digits. That means it doesn't stop with 9! It's digits are 0-9 + A-F. The digit A has the value of 10. The digit F has the value of 15. After you use all the digits in hexidecimal, you have to use two digits for larger values. For example, 16 would be 10 in hexidecimal because the ones spot goes up to 15 and the second place is not the tens place but the sixteens place. So in hexidecimal, 10 is 1 sixteen and 0 ones. Insanity is a new numeral system I made with 64 digits. So it's base 65. This is so that you can use all the symbols on the keyboard (except ' and " and ` and space) to type a "number" and then that text can be converted to decimal assuming the first place is the ones place and the second place is the 65ths place and the third place is the 4,225th place. So it basically encodes stuff in a very simple way. Here's some examples: Insanity = fishbone decimal = 74923753112534 hexidecimal = 44248BB083D6 Insanity = cauzality decimal = 3875063394835719.5 hexidecimal = DC45981219D07 Insanity = :) decimal = 3685 hexidecimal = F19 Below you can see how the same number looks in the different numeral systems.
decimal hex insanity 0 0 0 1 1 1 2 2 2 3 3 3 4 4 4 5 5 5 6 6 6 7 7 7 8 8 8 9 9 9 10 a A 11 b B 12 c C 13 d D 14 e E 15 f F 16 10 G 17 11 H 18 12 I 19 13 J 20 14 K 21 15 L 22 16 M 23 17 N 24 18 O 25 19 P 26 1a Q 27 1b R 28 1c S 29 1d T 30 1e U 31 1f V 32 20 W 33 21 X 34 22 Y 35 23 Z 36 24 ! 37 25 @ 38 26 # 39 27 $ 40 28 % 41 29 ^ 42 2a & 43 2b * 44 2c ( 45 2d ) 46 2e - 47 2f _ 48 30 = 49 31 + 50 32 [ 51 33 { 52 34 ] 53 35 } 54 36 \ 55 37 | 56 38 ; 57 39 : 58 3a , 59 3b < 60 3c . 61 3d > 62 3e / 63 3f ? 64 40 ~ 65 41 66 42 67 43 68 44 69 45