fn get_base(input: char) -> Option<u64>
Get the assigned number for a character If the character was unknown, an empty Err(()) is returned.