• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

I need to find the binary equivelents for some ASCII characters

Quaggoth

Senior member
I used to have a program I wrote in Pascal 4.0 that would list them, but that was years ago. Where would I find this info now?
 
Interesting link, but you do realize that ascii is only 128 codes right, in 7-bit? It gets really varied after that, with "extended acsii", ISO codes, unicode, whether to use 7-bit or 8-bit, etc. Many so-called ascii codes are different between unix and dos, as well.
 
Back
Top