How can my BTC address "14EWK38NoTu8MDeCf5zWWjXyE7F4xU9S9S" turned into something like "2203c6eae793d27105b3ed165ca7fa76360e9d05e2f3".
what is the process
How can my BTC address "14EWK38NoTu8MDeCf5zWWjXyE7F4xU9S9S" turned into something like "2203c6eae793d27105b3ed165ca7fa76360e9d05e2f3".
what is the process
The address is a number written in base58,
the other is a number written in hexadecimal.
You can convert a number from base58 to hexadecimal using a base58 decoder such as this one or many others. You will see that 14EWK38NoTu8MDeCf5zWWjXyE7F4xU9S9S in Base58 is 2376409F0007DA4D5FA8C8BBA9FD480B449986BB700BAF7D in hexadecimal
There is no hashing involved. It is just the same number written down in two different ways.
If you want to know how addresses are derived from keys by hashing, see how does the blockchain addresses relate to the blockchain WIF? and other questions here