Let $$W = \{W_1, W_2, W_3, \ldots\}$$ denote an infinite (or finite) set of well-orders on $\mathbb{N}$ and $\alpha_i$ is an ordinal (order type) that corresponds to $W_i$, assuming that $\alpha_1 \ge \omega$ and $\alpha_{i+1} > \alpha_i$ for all $i$. Note that $\alpha_i$ can be non-recursive for any $i \ge 1$.
All I want is a simple (and easy to understand) method to define a well-order $W_0$ that contains all elements of $W$. Is it possible?
I was thinking about combining unary (where $0 = 1, 1 = 11, 2 = 111$ etc.) and binary encodings of natural numbers, which allows appending $i$ zero bits to the unary encoding of a corresponding number. For example, if $W_4$ implies that $5 \prec 3$, then in $W_0$, we will have $$1111110000_2 \prec 11110000_2,$$ so $1008 \prec 240$ because $$5 = 111111, 3 = 1111$$ in unary encoding and we need to append $i=4$ zero bits to both of them.
To find a number that corresponds to the order type of $W_i$, we simply write $i$ consecutive $1$ bits and then interpret it as a binary encoding of a natural number. Then in $W_0$, we will have $$1 \prec 3 \prec 7 \prec 15 \prec \ldots,$$ where $1 = 1_2$ is the order type of $W_1$, $3 = 11_2$ is the order type of $W_2$, $7 = 111_2$ is the order type of $W_3$ etc.
Then in $W_0$, we will have $x \prec 0$ if the binary representation of a natural number $x$ is a sequence of one or more $1$ bits followed by a sequence of zero or more $0$ bits. The number $0$ corresponds to an ordinal $\alpha_0$.
Then consider a set of natural numbers (where each number is greater than $0$) where the binary representation of each element is not written as a sequence of one or more $1$ bits followed by a sequence of zero or more $0$ bits: $$\{5 = 101_2, 9 = 1001_2, 10 = 1010_2, \ldots \}$$
We define that a $j$-th element of this set (where $j \ge 1$ ) corresponds to an ordinal $\alpha_0 + j$. This allows to have a well-order $W_0$ that has the order type $\alpha_0 + \omega$.
Is this method mathematically correct? If no, then how can I solve this problem (if it’s possible)?