An open API service indexing awesome lists of open source software.

https://github.com/lnashier/ebcdic

Character Encodings/Code Tables/EBCDIC
https://github.com/lnashier/ebcdic

ebcdic encoding golang unicode

Last synced: 5 months ago
JSON representation

Character Encodings/Code Tables/EBCDIC

Awesome Lists containing this project

README

          

# EBCDIC

[![GoDoc](https://pkg.go.dev/badge/github.com/lnashier/ebcdic)](https://pkg.go.dev/github.com/lnashier/ebcdic)
[![Go Report Card](https://goreportcard.com/badge/github.com/lnashier/ebcdic)](https://goreportcard.com/report/github.com/lnashier/ebcdic)

Extended Binary Coded Decimal Interchange Code (EBCDIC) is an eight-bit encoding scheme. z/OS data sets are encoded in
the EBCDIC character set. This is a character set that was developed before ASCII (American Standard Code for
Information Interchange) became commonly used.

[Supported Code Pages](tables.md)

## References
* [EBCDIC](https://en.wikipedia.org/wiki/EBCDIC)
* [Code Tables](https://en.wikibooks.org/wiki/Character_Encodings/Code_Tables/EBCDIC)