What is VISCII?


VISCII stands for VIetnamese Standard Code for Information Interchange, an 8-bit code standard for encoding Vietnamese characters proposed by the Viet-Std group (Vietnamese Standardization Working Group) in 1992. It has been implemented in many computing platforms, such as DOS, Windows, Unix, X-Windows, Mac, ... Click here for more information on the report on VISCII.


   +======================================================================+
   |    ||  0 : 1 : 2 : 3 : 4 : 5 : 6 : 7 : 8 : 9 : A : B : C : D : E : F |
   +======================================================================+
   | 0x || NUL:SOH:A(?:ETX:EOT:A(~:A^~:BEL:BS :HT :LF :VT :FF :CR :SO :SI |
   |----||----:---:---:---:---:---:---:---:---:---:---:---:---:---:---:---|
   | 1x || DLE:DC1:DC2:DC3:Y? :NAK:SYN:ETB:CAN:Y~ :SUB:ESC:FS :GS :Y. :US |
   |----||----:---:---:---:---:---:---:---:---:---:---:---:---:---:---:---|
   | 2x || SP : ! : " : # : $ : % : & : ' : ( : ) : * : + : , : - : . : / |
   |----||----:---:---:---:---:---:---:---:---:---:---:---:---:---:---:---|
   | 3x ||  0 : 1 : 2 : 3 : 4 : 5 : 6 : 7 : 8 : 9 : : : ; : < : = : > : ? |
   |----||----:---:---:---:---:---:---:---:---:---:---:---:---:---:---:---|
   | 4x ||  @ : A : B : C : D : E : F : G : H : I : J : K : L : M : N : O |
   |----||----:---:---:---:---:---:---:---:---:---:---:---:---:---:---:---|
   | 5x ||  P : Q : R : S : T : U : V : W : X : Y : Z : [ : \ : ] : ^ : _ |
   |----||----:---:---:---:---:---:---:---:---:---:---:---:---:---:---:---|
   | 6x ||  ` : a : b : c : d : e : f : g : h : i : j : k : l : m : n : o |
   |----||----:---:---:---:---:---:---:---:---:---:---:---:---:---:---:---|
   | 7x ||  p : q : r : s : t : u : v : w : x : y : z : { : | : } : ~ :DEL|
   |----||----:---:---:---:---:---:---:---:---:---:---:---:---:---:---:---|
   | 8x || A. :A(':A(`:A(.:A^':A^`:A^?:A^.:E~ :E. :E^':E^`:E^?:E^~:E^.:O^'|
   |----||----:---:---:---:---:---:---:---:---:---:---:---:---:---:---:---|
   | 9x || O^`:O^?:O^~:O^.:O+.:O+':O+`:O+?:I. :O? :O. :I? :U? :U~ :U. :Y` |
   |----||----:---:---:---:---:---:---:---:---:---:---:---:---:---:---:---|
   | Ax || O~ :a(':a(`:a(.:a^':a^`:a^?:a^.:e~ :e. :e^':e^`:e^?:e^~:e^.:o^'|
   |----||----:---:---:---:---:---:---:---:---:---:---:---:---:---:---:---|
   | Bx || o^`:o^?:o^~:O+~:O+ :o^.:o+`:o+?:i. :U+.:U+':U+`:U+?:o+ :o+':U+ |
   |----||----:---:---:---:---:---:---:---:---:---:---:---:---:---:---:---|
   | Cx || A` :A' :A^ :A~ :A? :A( :a(?:a(~:E` :E' :E^ :E? :I` :I' :I~ :y` |
   |----||----:---:---:---:---:---:---:---:---:---:---:---:---:---:---:---|
   | Dx || DD :u+':O` :O' :O^ :a. :y? :u+`:u+?:U` :U' :y~ :y. :Y' :o+~:u+ |
   |----||----:---:---:---:---:---:---:---:---:---:---:---:---:---:---:---|
   | Ex || a` :a' :a^ :a~ :a? :a( :u+~:a^~:e` :e' :e^ :e? :i` :i' :i~ :i? |
   |----||----:---:---:---:---:---:---:---:---:---:---:---:---:---:---:---|
   | Fx || dd :u+.:o` :o' :o^ :o~ :o? :o. :u. :u` :u' :u~ :u? :y' :o+.:U+~|
   +======================================================================+


Updated: Dec 23, 1997 -- Viet-Std Group