If you are using the statistical software R you can use the R package fitdistrplus and the function fitdist. For example, if your variable is called x then use the code fitdist(x, "weibull") and it will provide you with the estimate and the standard deviation for the shape and the scale. You can also plot this function to see how the diagnostics looks and if the distribution fits your data.