Data conversion: Difference between revisions

From Decimal Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
(Created page with "<div class="mikio-article-content"> <div class="mikio-tags"> </div> <span id="konvertacija"></span> = Конвертация = <div class="level1"> '''Конвертация данных''' — преобразование данных из одного формата в другой. Обычно с сохранением основного логически-структурного содержания информации. В сфере компьютерны...")
 
m (CryptoUser moved page Conversion to Data conversion)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div class="mikio-article-content">
{{#seo:
                    |title= Data conversion — Decimal Wiki
                    |titlemode= append
                    |keywords= Conversion, data conversion
                    |description= Data conversion
                    }}
'''Data conversion''' is the conversion of [[data]] from one format to another. Usually with the preservation of the basic logical and structural content of the information.
In the field of computer technology, there are many ways to represent data. In addition, each computer program processes data in its own way. Each time, the data must be converted before it can be read and used by another computer, operating system, or program.
Data transformations can be as "simple" as converting a text file from one character encoding system to another, or complex (for example, converting office file formats or converting image and audio file formats).
Or "complex": conversion may require either the use of a special converting program, or the inclusion of a complex process of passing through intermediate stages, or the involvement of complex "exporting" and "importing" processes of transition from one format to another.
== Currency conversion ==
'''Conversion''' is the exchange of [[currency]] during [[transaction]]s. Conversion is necessary if the currencies of the sender and recipient differ. For example, it occurs when paying for a purchase in a foreign store.
=== Three currencies are used in the conversion process ===
* The currency of the transaction, which depends on the receiving party (for example, the seller);
* Billing currency, depending on the payment system;
* The currency of the account from which the money is debited (for example, the buyer).
If the currencies of the sender and recipient are the same, then conversion is not required. If the currency of the sender or recipient matches the billing currency, the conversion is performed once. If all three currencies are different, the funds are first transferred to the billing currency, and then to the transaction currency.
'''Currency exchange is carried out at the rate set by a third party''': for example, the bank of the sender and recipient of the payment. You may be charged a fee for the conversion.
== Cryptographic currencies ==
The concept of [[cryptocurrency|cryptographic currencies]] suggested that there would be no need for intermediaries, but in practice and in the conditions of a huge number of cryptocurrencies, we still resort to conversion and third parties in the form of [[DEX|crypto exchanges]] and exchangers.
To solve these problems, including the risks of trusting a third party, the technology was developed [[atomic swap|atomic swaps]]. It was first described back in 2013, but only recently began to be implemented in practice.


<div class="mikio-tags">
== See also ==
* [[Transaction]]
* [[Decentralized exchange]]


 
[[Category:Commoninfo]]
 
[[Category:Economics]]
</div>
<span id="konvertacija"></span>
= Конвертация =
 
<div class="level1">
 
'''Конвертация данных''' — преобразование данных из одного формата в другой. Обычно с сохранением основного логически-структурного содержания информации.
 
В сфере компьютерных технологий есть множество вариантов представления данных. Кроме того, каждая компьютерная программа обрабатывает данные по-своему. Каждый раз данные должны быть преобразованы, прежде чем они смогут быть пригодны для чтения и использования другим компьютером, операционной системой или программой.
 
Преобразования данных могут быть столь же '''простыми''' , как преобразование текстового файла из одной системы кодировки символов в другую, или сложными (например, преобразование офисных форматов файлов или преобразование изображения и аудиоформатов файлов).
 
Или '''сложными''' : конвертация может потребовать или использования специальной конвертирующей программы, или включения сложного процесса прохождения промежуточных стадий, или вовлечения сложных «экспортирующих» и «импортирующих» процессов перехода от одного формата к другому.
 
 
</div>
<span id="konvertacija_valjuty"></span>
= Конвертация валюты =
 
<div class="level1">
 
'''Конвертация''' — это обмен валюты при проведении транзакций. Конвертация необходима, если валюты отправителя и получателя отличаются. Например, она происходит при оплате покупки в иностранном магазине.
 
 
</div>
<span id="v_processe_konvertacii_ispolzuetsja_tri_valjuty"></span>
===== В процессе конвертации используется три валюты: =====
 
<div class="level5">
 
<ol>
<li><div class="li">
 
Валюта операции, которая зависит от принимающей стороны (например, продавца);
 
</div></li>
<li><div class="li">
 
Валюта биллинга, зависящая от платёжной системы;
 
</div></li>
<li><div class="li">
 
Валюта счёта, с которого списываются деньги (например, покупателя).
 
</div></li></ol>
 
Если валюты отправителя и получателя совпадают, то конвертация не требуется. Если валюта отправителя или получателя совпадает с валютой биллинга, то конвертация проводится один раз. Если все три валюты отличаются, то средства сначала переводятся в валюту биллинга, а затем — в валюту операции.
 
'''Обмен валюты осуществляется по курсу, установленному третьим лицом''' : например, банком отправителя и получателя платежа. За конвертацию у вас могут взимать комиссию.
 
 
</div>
<span id="kriptograficheskie_valjuty"></span>
= Криптографические валюты =
 
<div class="level1">
 
Идея криптографических валют предполагала, что необходимость в посредниках отпадет, но на практике и в условиях огромного количества криптовалют мы по-прежнему прибегаем к конвертации и третьим лицам в виде криптобирж и обменников.
 
Для решения этих проблем, включая риски доверия третьей стороне, и была разработана технология [[commoninfo:atomicswap|атомарных свопов.]] Впервые она была описана ещё в 2013 году, однако лишь недавно стала реализовываться на практике.
 
 
 
</div>
<div style="clear:both">
 
 
 
</div>
 
</div>
[[commoninfo:atomicswap|атомарных свопов.]]
[[Category::Commoninfo]]

Latest revision as of 18:00, 13 February 2024

Data conversion is the conversion of data from one format to another. Usually with the preservation of the basic logical and structural content of the information.

In the field of computer technology, there are many ways to represent data. In addition, each computer program processes data in its own way. Each time, the data must be converted before it can be read and used by another computer, operating system, or program.

Data transformations can be as "simple" as converting a text file from one character encoding system to another, or complex (for example, converting office file formats or converting image and audio file formats).

Or "complex": conversion may require either the use of a special converting program, or the inclusion of a complex process of passing through intermediate stages, or the involvement of complex "exporting" and "importing" processes of transition from one format to another.

Currency conversion

Conversion is the exchange of currency during transactions. Conversion is necessary if the currencies of the sender and recipient differ. For example, it occurs when paying for a purchase in a foreign store.

Three currencies are used in the conversion process

  • The currency of the transaction, which depends on the receiving party (for example, the seller);
  • Billing currency, depending on the payment system;
  • The currency of the account from which the money is debited (for example, the buyer).

If the currencies of the sender and recipient are the same, then conversion is not required. If the currency of the sender or recipient matches the billing currency, the conversion is performed once. If all three currencies are different, the funds are first transferred to the billing currency, and then to the transaction currency.

Currency exchange is carried out at the rate set by a third party: for example, the bank of the sender and recipient of the payment. You may be charged a fee for the conversion.

Cryptographic currencies

The concept of cryptographic currencies suggested that there would be no need for intermediaries, but in practice and in the conditions of a huge number of cryptocurrencies, we still resort to conversion and third parties in the form of crypto exchanges and exchangers.

To solve these problems, including the risks of trusting a third party, the technology was developed atomic swaps. It was first described back in 2013, but only recently began to be implemented in practice.

See also