1001Ferramentas
🖥️ Converters

EBCDIC ↔ Text Converter

Convert text between ASCII and EBCDIC (code page 037), the character encoding of IBM mainframes. Shows the EBCDIC bytes in hexadecimal and rebuilds the text from them. Useful for integrating with legacy z/OS and AS/400 systems.

Resultado

EBCDIC (CP037)

O EBCDIC (Extended Binary Coded Decimal Interchange Code) é a codificação de caracteres criada pela IBM para seus mainframes, ainda usada em sistemas z/OS e AS/400. Diferente do ASCII, as letras não são contíguas: 'A' é 0xC1, 'J' é 0xD1, 'S' é 0xE2. Esta ferramenta usa a code page 037 e mostra os bytes em hexadecimal.

Related Tools