Don’t store percentages. Normalize them as proportions and format them as percentages for display. If you are representing 20%, record it as 0.2, regardless of how you present this to the user (for input or output).
Having one approach keeps it simple.