faqts : Computers : Software : Standard : Unicode

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

2 of 2 people (100%) answered Yes
Recently 2 of 2 people (100%) answered Yes

Entry

What is UTF-8?

Jan 8th, 2006 10:00
Knud van Eeden,


----------------------------------------------------------------------
--- Knud van Eeden --- 07 January 2006 - 07:01 pm --------------------

What is UTF-8?

---

UTF-8 = 'U'nicode 'T'ransformation 'F'ormat- 8 (bits)

---

UTF-8 is a compressed representation of the Unicode,
(which uses a Huffman like compression method (or thus in general one
assigns the least amount of bytes to the most used characters) to
represent the Unicode)).

---

The result is thus that you need less bytes to represent the same
Unicode character text.

---

It is a completely equivalent way of representation, as UTF-8
can be lossless converted to Unicode and vice versa.

---

UTF-8 was invented by Ken Ritchie (one of the creators of the Unix 
operating system)
and Rob Pike (currently researcher at Google).

---
---

Internet: see also:

---

Unicode: Can you give an overview of links?
http://www.faqts.com/knowledge_base/view.phtml/aid/38864/fid/1852

----------------------------------------------------------------------