<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sgeo</id>
		<title>Just Solve the File Format Problem - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sgeo"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Special:Contributions/Sgeo"/>
		<updated>2026-04-05T16:38:07Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/PDP-1_alphanumeric_codes</id>
		<title>PDP-1 alphanumeric codes</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/PDP-1_alphanumeric_codes"/>
				<updated>2025-06-20T22:45:44Z</updated>
		
		<summary type="html">&lt;p&gt;Sgeo: Oops&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Character encoding&lt;br /&gt;
|released=1959&lt;br /&gt;
}}&lt;br /&gt;
The '''PDP-1 alphanumeric codes''' were used to encode text characters for input and output on a DEC PDP-1, a computer model that was available from 1959 to 1969. The introduction of this model predated the creation of [[ASCII]], so (as was common in the early computer industry) a proprietary coding was used.&lt;br /&gt;
&lt;br /&gt;
Several different codings were used, actually; the manuals show at least three, Friden Code, FIO-DEC Code, and Concise Code. They each assigned different code points to the various letters, numbers, punctuation, and control characters. Concise codes were two-digit octal numbers (6 bits), but were not always consecutive for letters of the alphabet; A through G were 61 through 67, but H was 70 and J was 41. Friden Codes used three digit numbers. FIO-DEC codes are the same as Concise codes, with an extra bit (octal 200) to ensure the number of 1 bits is odd. (e.g. concise code 61 is FIO-DEC 61 as that has 3 bits on, and concise code 63 is FIO-DEC 263, as octal 63 has 4 bits on). This serves as a parity bit that a program reading in FIO-DEC encoding can check.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://archive.org/stream/bitsavers_decpdp1F15_2666384/F15_PDP1_Handbook_Apr60#page/n15/mode/2up 1960 manual showing Friden and Concise codes]&lt;br /&gt;
* [https://archive.org/stream/bitsavers_decpdp1F17_28841238/F17_PDP1Maint_1962#page/n123/mode/2up 1962 manual showing FIO-DEC and Concise codes]&lt;br /&gt;
&lt;br /&gt;
[[Category:Digital Equipment Corporation]]&lt;/div&gt;</summary>
		<author><name>Sgeo</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/PDP-1_alphanumeric_codes</id>
		<title>PDP-1 alphanumeric codes</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/PDP-1_alphanumeric_codes"/>
				<updated>2025-06-20T14:39:18Z</updated>
		
		<summary type="html">&lt;p&gt;Sgeo: Explanation of Concise code &amp;lt;-&amp;gt; FIO-DEC&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Character encoding&lt;br /&gt;
|released=1959&lt;br /&gt;
}}&lt;br /&gt;
The '''PDP-1 alphanumeric codes''' were used to encode text characters for input and output on a DEC PDP-1, a computer model that was available from 1959 to 1969. The introduction of this model predated the creation of [[ASCII]], so (as was common in the early computer industry) a proprietary coding was used.&lt;br /&gt;
&lt;br /&gt;
Several different codings were used, actually; the manuals show at least three, Friden Code, FIO-DEC Code, and Concise Code. They each assigned different code points to the various letters, numbers, punctuation, and control characters. Concise codes were two-digit octal numbers (6 bits), but were not always consecutive for letters of the alphabet; A through G were 61 through 67, but H was 70 and J was 41. Friden Codes used three digit numbers. FIO-DEC codes are the same as Concise codes, with an extra bit (octal 20) to ensure the number of 1 bits is odd. (e.g. concise code 61 is FIO-DEC 61 as that has 3 bits on, and concise code 63 is FIO-DEC 263, as octal 63 has 4 bits on). This serves as a parity bit that a program reading in FIO-DEC encoding can check.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://archive.org/stream/bitsavers_decpdp1F15_2666384/F15_PDP1_Handbook_Apr60#page/n15/mode/2up 1960 manual showing Friden and Concise codes]&lt;br /&gt;
* [https://archive.org/stream/bitsavers_decpdp1F17_28841238/F17_PDP1Maint_1962#page/n123/mode/2up 1962 manual showing FIO-DEC and Concise codes]&lt;br /&gt;
&lt;br /&gt;
[[Category:Digital Equipment Corporation]]&lt;/div&gt;</summary>
		<author><name>Sgeo</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/PDP-1_alphanumeric_codes</id>
		<title>PDP-1 alphanumeric codes</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/PDP-1_alphanumeric_codes"/>
				<updated>2025-06-20T14:25:07Z</updated>
		
		<summary type="html">&lt;p&gt;Sgeo: Octal clarification&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Character encoding&lt;br /&gt;
|released=1959&lt;br /&gt;
}}&lt;br /&gt;
The '''PDP-1 alphanumeric codes''' were used to encode text characters for input and output on a DEC PDP-1, a computer model that was available from 1959 to 1969. The introduction of this model predated the creation of [[ASCII]], so (as was common in the early computer industry) a proprietary coding was used.&lt;br /&gt;
&lt;br /&gt;
Several different codings were used, actually; the manuals show at least three, Friden Code, FIO-DEC Code, and Concise Code. They each assigned different code points to the various letters, numbers, punctuation, and control characters. Concise codes were two-digit octal numbers, but were not always consecutive for letters of the alphabet; A through G were 61 through 67, but H was 70 and J was 41. Friden Codes used three digit numbers, while FIO-DEC codes used a mixture of two and three digit numbers, most of which were either equal to the Concise Code or to the Concise Code with another digit placed before it.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://archive.org/stream/bitsavers_decpdp1F15_2666384/F15_PDP1_Handbook_Apr60#page/n15/mode/2up 1960 manual showing Friden and Concise codes]&lt;br /&gt;
* [https://archive.org/stream/bitsavers_decpdp1F17_28841238/F17_PDP1Maint_1962#page/n123/mode/2up 1962 manual showing FIO-DEC and Concise codes]&lt;br /&gt;
&lt;br /&gt;
[[Category:Digital Equipment Corporation]]&lt;/div&gt;</summary>
		<author><name>Sgeo</name></author>	</entry>

	</feed>