Linear regression Multi variable with non numeric values

My housing data has some features encoded as text fields e.g., Availability as Ready to Move/Under Construction. Size as Super builtup / carpet area, etc. How to do linear regression multi variables for this?

Please see categorical variable

You must convert all data fields into numbers.

Generally, they will become either booleans (0 or 1), or will be one-hot coded.