简体   繁体   English

ISO8583的字符编码

[英]Character Encoding for ISO8583

i use Apache Mina for TCP/IP Communication for ISO8583 Message . 我使用Apache Mina进行ISO8583消息的 TCP / IP通信。 But i wonder, what the character encoding for the message? 但是我想知道消息的字符编码是什么? Just send standard String or bytes ? 只是发送标准的字符串字节

The type of message encoding is going to depend on the ISO8583 Message Spec of the processor/bank in which you are sending to. 消息编码的类型取决于要发送到的处理器/存储库的ISO8583消息规范。

From your code you will likely send an array of bytes vs a string due to the binary nature of ISO8583, its bitmap, and field types. 由于ISO8583的二进制性质,它的位图和字段类型,您可能会从代码中发送字节数组而不是字符串。

Some interfaces will use ASCII, others EBCDIC - Extended Binary Coded Decimal Interchange Code , some values will be Binary Coded Decimal ('BCD') - The ISO8583 Message spec and if you can get ahold of any sample traces or samples messages will assist you. 某些接口将使用ASCII,而其他接口EBCDIC-扩展二进制编码的十进制交换码,某些值将是二进制编码的十进制('BCD')-ISO8583消息规范,如果您可以保留任何示例跟踪或示例消息,都将为您提供帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM