Search references for UTF 32. Phrases containing UTF 32
See searches and references containing UTF 32!UTF 32
Encoding Unicode characters as 4 bytes per code point
UTF-32 (32-bit Unicode Transformation Format), sometimes called UCS-4, is a fixed-length encoding used to encode Unicode code points that uses exactly
UTF-32
Variable-width encoding of Unicode, using one or two 16-bit code units
UTF-16 (16-bit Unicode Transformation Format) is a character encoding that supports all 1,112,064 valid code points of Unicode. The encoding is variable-length
UTF-16
Unicode character
- UTF-8, UTF-16, UTF-32 & BOM: Can a UTF-8 data stream contain the BOM character (in UTF-8 form)? If yes, then can I still assume the remaining UTF-8
Byte_order_mark
in the supplementary planes, require 32 bits in UTF-8, UTF-16 and UTF-32. A file is shorter in UTF-8 than in UTF-16 if there are more ASCII code points
Comparison of Unicode encodings
Comparison_of_Unicode_encodings
ASCII-compatible variable-width encoding of Unicode
UTF-8 is a character encoding standard used for electronic communication. Defined by the Unicode Standard, the name is derived from Unicode Transformation
UTF-8
Character encoding standard
Unicode Standard itself defines three encodings: UTF-8, UTF-16, and UTF-32, though several others exist. UTF-8 is the most widely used by a large margin,
Unicode
Using numbers to represent text characters
encoding schemes include UTF-8, UTF-16BE, UTF-32BE, UTF-16LE, and UTF-32LE; compound character encoding schemes, such as UTF-16, UTF-32 and ISO/IEC 2022, switch
Character_encoding
Character encoding
all code points. It is unclear if other UTF-7 software (such as translators to UTF-32 or UTF-8) support this. UTF-7 has never been an official standard
UTF-7
Standard set of characters defined by ISO/IEC 10646
Another encoding, UTF-32 (previously named UCS-4), uses four bytes (total 32 bits) to encode a single character of the codespace. UTF-32 thereby permits
Universal_Coded_Character_Set
Human-readable data serialization language
some control characters, and may be encoded in any one of UTF-8, UTF-16 or UTF-32. (Though UTF-32 is not mandatory, it is required for a parser to have JSON
YAML
Handling of strings in the C programming language
Unicode literals such as char foo[512] = "φωωβαρ"; (UTF-8) or wchar_t foo[512] = L"φωωβαρ"; (UTF-16 or UTF-32, depends on wchar_t) is implementation defined
C_string_handling
Topics referred to by the same term
Look up UTF in Wiktionary, the free dictionary. UTF may refer to: Unicode Transformation Format UTF-1 UTF-7 UTF-8 UTF-16 UTF-32 U.T.F. (Undead Task Force)
UTF
Higher-level 7-bit and 8-bit character encoding system
(most UTFs, one exception being the obsolete UTF-1) Representing all characters, including control codes, with multiple bytes (e.g. UTF-16, UTF-32) Mixing
ISO/IEC_2022
Sequence of characters, data type
byte stream format UTF-8 is designed not to have the problems described above for older multibyte encodings. UTF-8, UTF-16 and UTF-32 require the programmer
String_(computer_science)
Character encoding standard
called code points) and encoding (to 8-, 16-, or 32-bit binary formats, called UTF-8, UTF-16, and UTF-32, respectively). ASCII was incorporated into the
ASCII
C programming language standard, current revision
char16_t strings and literals shall be UTF-16 encoded, and all char32_t strings and literals shall be UTF-32 encoded, unless otherwise explicitly specified
C23_(C_standard_revision)
2011 edition of the C++ programming language standard
literals with UTF-8, UTF-16, or any other kind of Unicode encodings. C++11 supports three Unicode encodings: UTF-8, UTF-16, and UTF-32. The definition
C++11
Archived from the original on 2016-08-30. Retrieved 2016-08-29. "Faq - Utf-8, Utf-16, Utf-32 & Bom". "How to : Load XML from File with Encoding Detection". 10
List_of_file_signatures
Symbol "#!", used in computing
"FAQ UTF-8, UTF-16, UTF-32 & BOM: Can a UTF-8 data stream contain the BOM character (in UTF-8 form)? If yes, then can I still assume the remaining UTF-8
Shebang_(Unix)
Sets of characters used in the 1980s & 90s
Windows versions support Unicode, new Windows applications should use Unicode (UTF-8) and not 8-bit character encodings. There are two groups of system code
Windows_code_page
Numerical value representing a character in a coded character set
called a code unit. For the UTF-32 encoding, all code points are encoded as one four-byte (octet) binary number; for the UTF-16 encoding, different code
Code_point
Use of encoding systems for international characters in HTML
languages. As of January 2026[update], UTF-8 is used by 98.9% of web sites surveyed by W3Techs. UTF-16 or UTF-32, other encodings of Unicode, are less
Character_encodings_in_HTML
Form of text that defines C code
commonly either 2 bytes (using a 2-byte encoding such as UTF-16) or 4 bytes (usually UTF-32), but Standard C does not specify the width for wchar_t, leaving
C_syntax
Computer file containing plain text
Freytag, Asmus (2015-12-18). "FAQ – UTF-8, UTF-16, UTF-32 & BOM". The Unicode Consortium. Retrieved 2016-05-30. Yes, UTF-8 can contain a BOM. However, it
Text_file
Communication protocol extension for the bar code reader to host interface
X 1001 \000031 GBK \000032 GB 18030 \000033 UTF-16 Little endian \000034 UTF-32 Big endian \000035 UTF-32 Little endian \000170 ISO/IEC 646 INV \000899
Extended Channel Interpretation
Extended_Channel_Interpretation
Software library for interpreting regular expressions
ASCII code. Later, UTF-8 support was added. Support for UTF-16 was added in version 8.30, and support for UTF-32 in version 8.32. PCRE2 has always supported
Perl Compatible Regular Expressions
Perl_Compatible_Regular_Expressions
Term for computer data consisting only of unformatted characters of readable material
principle, plain text can be in any encoding, but today usually implies UTF-8. Plain text is different from formatted text, where style information is
Plain_text
Relationship between Unicode characters and HTML
HTML document. For UTF-8, the BOM is optional, while it is a must for the UTF-16 and the UTF-32 encodings. (Note: UTF-16 and UTF-32 without the BOM are
Unicode_and_HTML
standards. Supported encodings include ISO-2022, EUC-CN, GBK, UCS-2, UTF-8, UTF-16, UTF-32, and the mixed one, two- and four-byte encoding as published in
PostScript_fonts
Something that represents an idea, process, or physical entity
Unicode Standard itself defines three encodings: UTF-8, UTF-16, and UTF-32, though several others exist. UTF-8 is the most widely used by a large margin,
Symbol
Special character in text processing
v47.0. The Unicode Consortium. 2025-03-11. Freytag, Asmus. "FAQ - UTF-8, UTF-16, UTF-32 & BOM". Unicode. Unicode Consortium. What should I do with U+FEFF
Non-breaking_space
Special character sequences in the C programming language
UTF-8, and UTF-16 for wchar_t: // A single byte with the value 0xC0; not valid UTF-8 char s1[] = "\xC0"; // Two bytes with values 0xC3, 0x80; the UTF-8
Escape_sequences_in_C
Identifier of a coded character set
encoding schemes (referred to as "transformation formats")—including UTF-8, UTF-16 and UTF-32—but which may or may not actually be accompanied by a CCSID number
CCSID
Order of bytes in a computer word
signal the endianness of the file or stream. Its code point is U+FEFF. In UTF-32 for example, a big-endian file should start with 00 00 FE FF; a little-endian
Endianness
Computer code templating system
later. Haml understands only ASCII-compatible encodings, like UTF-8, but not UTF-16, or UTF-32, because these are not compatible with ASCII. Haml can be used
Haml
C programming language standard, 2011 revision
Report ISO/IEC TR 19769:2004 (char16_t and char32_t types for storing UTF-16/UTF-32 encoded data, including conversion functions in <uchar.h> and the corresponding
C11_(C_standard_revision)
the basic multilingual plane of Unicode UTF-32/UCS-4 – A four-bytes-per-character representation of Unicode. UTF-8 – Encodes characters in a way that is
List_of_binary_codes
Collection of Japanese standards for digital character encoding
theory, UTF-32 is self-synchronizing over 32-bit dwords only, the use of a 32-bit value to represent a 21-bit value means that, in practice, UTF-32 contains
JIS_encoding
Character in text processing
The Unicode Consortium. 2025-09-09. ISBN 978-1-936213-35-1. FAQ - UTF-8, UTF-16, UTF-32 & BOM, ”What should I do with U+FEFF in the middle of a file?“.
Word_joiner
Distinct shapes of a written symbol
November 2025. Kumar, Sanjeev (2012-10-15). "A Comparative Study of UTF-8, UTF-16, and UTF-32 of Unicode Code Point". The IUP Journal of Telecommunications
Allograph
Datum of integral data type
integers may have fixed sizes (e.g., 7 decimal digits plus a sign fit into a 32-bit word), or may be variable-length (up to some maximum digit size), typically
Integer_(computer_science)
Double-byte Japanese standard character set
theory, UTF-32 is self-synchronizing over 32-bit dwords only, the use of a 32-bit value to represent a 21-bit value means that, in practice, UTF-32 contains
JIS_X_0208
Base memory unit handled by a computer
machines being popular in the 1970s before the move to modern processors with 32 or 64 bits. Special-purpose designs like digital signal processors, may have
Word_(computer_architecture)
Sequence of characters that forms a search pattern
Unicode characters. Many of these require the UTF-8 encoding, while others might expect UTF-16, or UTF-32. In contrast, Perl and Java are agnostic on encodings
Regular_expression
Standard for closed captioning for ATSC digital television
includes more of the Latin-1 character set, and includes stubs to support full UTF-32 captions as well as downloadable fonts. CTA-708 caption streams can also
CTA-708
Delimited series of characters that represent a string in code
""Hello there.""" C++11 allows raw strings, unicode strings (UTF-8, UTF-16, and UTF-32), and wide character strings, determined by prefixes. It also
String_literal
Set of codewords, none a prefix of another
For example, ISO 8859-15 letters are always 8 bits long. UTF-32/UCS-4 letters are always 32 bits long. ATM cells are always 424 bits (53 bytes) long.
Prefix_code
Complete list of the characters available on most computers
any arrangement of UTF-32 encoding, so, in summary, it serves as a fairly reliable indication that the text stream is encoded as UTF-16 in big-endian byte
Universal Character Set characters
Universal_Character_Set_characters
Encoding for a sequence of byte values using 64 printable characters
UVXYZ[`abcdefhijklmpqr". UTF-8 A UTF-8 environment can use non-synchronized continuation bytes as base64: 0b10xxxxxx. See UTF-8#Self-synchronization. 8BITMIME
Base64
Technical implementation of emoji
variant of UTF-8 excluding four-byte codes, thus not handling non-BMP characters correctly. Support for UTF-32 and full support for UTF-16 and UTF-8 (under
Implementation_of_emojis
Official Chinese character encoding
UTF-8 or UTF-16), which is the most common choice, or move to a larger fixed-width format (i.e. UTF-32). Microsoft made the change from UCS-2 to UTF-16
GB_18030
Program handling of character strings
which consists of wchar_t, and is most often used to store UTF-16 text on Windows and UTF-32 on most Unix-like platforms. The C++ standard, however, does
C++_string_handling
26 letters in two cases broadly used in international communication
Stanford/ITS Symbol TRON Unified Hangul Code Unicode, ISO/IEC 10646 UTF-1 UTF-7 UTF-8 UTF-16 UTF-32 UTF-EBCDIC GB 18030 DIN 91379 BOCU-1 CESU-8 SCSU TACE16 Comparison
ISO_basic_Latin_alphabet
Katakana displayed at half their normal width
Shift JIS, as above) – for example, Unicode can be encoded with four bytes (UTF-32) to display both full-width and single-width characters. Wikimedia Commons
Half-width_kana
Unicode Technical Standard
HTML standards prohibit supporting SCSU (and BOCU-1, CESU-8, UTF-7, EBCDIC, and UTF-32) in HTML documents because HTML was not designed with non-ASCII-compatible
Standard Compression Scheme for Unicode
Standard_Compression_Scheme_for_Unicode
Rules defining correctly structured Java programs
char[]. Some methods treat each UTF-16 code unit as a char, but methods to convert to an int[] that is effectively UTF-32 are also available. String implements
Java_syntax
Analog television closed captioning standard
708 has support for more character sets (targeting Unicode support via UTF-32) and better customization of caption positioning and fonts. Digital TVs
EIA-608
Character encodings standard
applications Unicode and UTF-8 are preferred; authors of new web pages and the designers of new protocols are instructed to use UTF-8 instead. Since 2023
ISO/IEC_8859-9
Thai character encoding, based on ASCII
Stanford/ITS Symbol TRON Unified Hangul Code Unicode, ISO/IEC 10646 UTF-1 UTF-7 UTF-8 UTF-16 UTF-32 UTF-EBCDIC GB 18030 DIN 91379 BOCU-1 CESU-8 SCSU TACE16 Comparison
ISO/IEC_8859-11
MIME compatible Unicode compression scheme
MIME-compatible Unicode compression scheme. BOCU-1 combines the wide applicability of UTF-8 with the compactness of Standard Compression Scheme for Unicode (SCSU)
Binary Ordered Compression for Unicode
Binary_Ordered_Compression_for_Unicode
Computer operating system by Acorn Computers Ltd
characters and accept text in UTF-8, UTF-16 and UTF-32. Other parts of the RISC OS kernel and core modules support text described in UTF-8." Support for the characters
RISC_OS
ASCII-based standard character encoding
Stanford/ITS Symbol TRON Unified Hangul Code Unicode, ISO/IEC 10646 UTF-1 UTF-7 UTF-8 UTF-16 UTF-32 UTF-EBCDIC GB 18030 DIN 91379 BOCU-1 CESU-8 SCSU TACE16 Comparison
ISO/IEC_8859-16
Operating system for IBM mainframes
transforms and software support of, e.g., ASCII, ISO/IEC 8859, UTF-8, UTF-16, and UTF-32. The software translation services take source and destination
MVS
Process of determining content's charset
pass a UTF-8 validity test. However, badly written charset detection routines do not run the reliable UTF-8 test first, and may decide that UTF-8 is some
Charset_detection
International standard
that standard, Unicode is preferred, at least for the Internet (meaning UTF-8, the dominant encoding for web pages). ISO-8859-8 is used by less than
ISO/IEC_8859-8
Index of articles associated with the same name
Stanford/ITS Symbol TRON Unified Hangul Code Unicode, ISO/IEC 10646 UTF-1 UTF-7 UTF-8 UTF-16 UTF-32 UTF-EBCDIC GB 18030 DIN 91379 BOCU-1 CESU-8 SCSU TACE16 Comparison
Code_page_951
lookahead-TDFA algorithm. Encoding support: re2c supports ASCII, UTF-8, UTF-16, UTF-32, UCS-2 and EBCDIC. Flexible user interface: the generated code uses
Re2c
Bug in Microsoft Windows
Windows which causes text encoded in ASCII to be interpreted as if it were UTF-16LE, resulting in garbled text. When the string "Bush hid the facts", without
Bush_hid_the_facts
ISO standard
Stanford/ITS Symbol TRON Unified Hangul Code Unicode, ISO/IEC 10646 UTF-1 UTF-7 UTF-8 UTF-16 UTF-32 UTF-EBCDIC GB 18030 DIN 91379 BOCU-1 CESU-8 SCSU TACE16 Comparison
ISO/IEC_8859-3
Text editor for Windows
encodings such as Shift_JIS, ISO-2022-JP, EUC-JP, UTF-16, UTF-8, and UTF-7. There are currently official 32-bit and alpha 64-bit versions. Since v2.4.0, it
Sakura_(text_editor)
Password-based key derivation function
specification was revised to specify that when hashing strings: the string must be UTF-8 encoded the null terminator must be included With this change, the version
Bcrypt
Multi-platform general-purpose programming language designed by Thomas Mertez in 2005
part of the runtime library. UTF-32 Unicode support. This avoids problems of variable-length encodings like UTF-8 and UTF-16. The Seed7 project includes
Seed7
Single-byte character encoding
Set (LMBCS) introduced by Lotus 1-2-3 Release 3 in 1989. Codepoints 20hex (32) to 7Fhex (127) are identical to ASCII (as well as to LMBCS). For some characters
Lotus International Character Set
Lotus_International_Character_Set
Continuous group of 65536 Unicode code points
of 17 planes is due to UTF-16, which can encode 220 code points (16 planes) as pairs of words, plus the BMP as a single word. UTF-8 was designed with a
Plane_(Unicode)
Tactical military truck
and an engine power output of 326 hp (243 kW). Until the Bundeswehr's WLS UTF/GTF awards these designations did not appear on the trucks themselves, and
RMMV HX range of tactical trucks
RMMV_HX_range_of_tactical_trucks
ITU-T Recommendation
Stanford/ITS Symbol TRON Unified Hangul Code Unicode, ISO/IEC 10646 UTF-1 UTF-7 UTF-8 UTF-16 UTF-32 UTF-EBCDIC GB 18030 DIN 91379 BOCU-1 CESU-8 SCSU TACE16 Comparison
T.51/ISO/IEC_6937
Obsolete character code standard developed by Xerox Corporation
Stanford/ITS Symbol TRON Unified Hangul Code Unicode, ISO/IEC 10646 UTF-1 UTF-7 UTF-8 UTF-16 UTF-32 UTF-EBCDIC GB 18030 DIN 91379 BOCU-1 CESU-8 SCSU TACE16 Comparison
Xerox_Character_Code_Standard
ConTEXT only supports converting text to UTF-16. Also, it can only use one type of new-line format if converting to UTF-16. Geany supports spell checking via
Comparison_of_text_editors
Program that extracts subtitles from video
YouTube only supports UTF-8. The default encoding for subtitle files in FFmpeg is UTF-8. All text in a Matroska™ file is encoded in UTF-8. This means that
SubRip
Family of archive file formats
Documented Central Directory Encryption. 6.3.0: (2006) Documented Unicode (UTF-8) filename storage. Expanded list of supported compression algorithms (LZMA
ZIP_(file_format)
mountain, and its outer (upper) trigram is ☱ (兌 duì) open = (澤) swamp. Hexagram 32 is named 恆 (héng), "Persevering". Other variations include "duration" and
List of hexagrams of the I Ching
List_of_hexagrams_of_the_I_Ching
Symbols encoded in computers to make text
system uses the 8-bit byte for each character. Today, the Unicode-based UTF-8 encoding uses a varying number of byte-sized code units to define a code
Character_(computing)
Programming tool for Windows
resource format: Unicode, UTF-8, ANSI. On October 14, 2016, version 4.5.28 was released. On March 28, 2018, version 4.6.32 was released bringing minor
Resource_Hacker
U+abcdeF). Computing – UTF-16/Unicode: There are 17 addressable planes in UTF-16, and, thus, as Unicode is limited to the UTF-16 code space, 17 valid
Orders_of_magnitude_(numbers)
Executable Java file format
construction similar to UTF-16 rather than being directly encoded using UTF-8. In this case each of the two surrogates is encoded separately in UTF-8. For example
Java_class_file
File archiver
length up to 65 535 characters (stored in the UTF-8 format) Optional archive comment (stored in the UTF-8 format) Optional file timestamps preservation:
WinRAR
Industrial standard for programmable logic controllers
character encoded according to UTF-8 USTRING - Variable-length character string in which each character is encoded according to UTF-8 Only available for the
IEC_61131-3
Basic word processor formerly included with Microsoft Windows
support, enabling WordPad to support multiple languages, but big endian UTF-16/UCS-2 is not supported. It can open Microsoft Word (versions 6.0–2003)
WordPad
Data structure
possible to store every possible ASCII or UTF-8 string. However, it is common to store the subset of ASCII or UTF-8 – every character except NUL – in null-terminated
Null-terminated_string
File format
major browsers. WebVTT's first line starts with WEBVTT after the optional UTF-8 byte order mark There is space for optional header data between the first
WebVTT
Consumption of resources that is indirectly required to achieve a goal
expressed as Unix time with the 32-bit signed integer 1310447927, consuming only 4 bytes. Represented as ISO 8601 formatted UTF-8 encoded string 2011-07-12
Overhead_(computing)
Emoji representing a human skull
hex Unicode 128128 U+1F480 UTF-8 240 159 146 128 F0 9F 92 80 UTF-16 55357 56448 D83D DC80 GB 18030 148 57 214 50 94 39 D6 32 Numeric character reference
Skull_emoji
Binary serialization format
offset) Long String - 0x0c (32-bit integer string length with UTF-8 string) XML Document - 0x0f (32-bit integer string length with UTF-8 string) Typed Object
Action_Message_Format
Data type
often lack support for 16-bit or 32-bit data paths for character data. This has led to character encoding systems such as UTF-8 that can use multiple bytes
Wide_character
"Bundeswehr places second UTF order for 5-, 15-tonne trucks". 13 June 2019. ES&T Redaktion (8 January 2021). "Rahmenvertrag UTF-Logistikfahrzeuge stark
List of modern equipment of the German Army
List_of_modern_equipment_of_the_German_Army
Script of the Polish language
Supplement and Latin Extended-A), and thus Unicode-based encodings such as UTF-8 and UTF-16 can be used. The Polish alphabet is completely included in the Basic
Polish_alphabet
Computer data interchange format
Field names are strings. Types include: Unicode string (using the UTF-8 encoding) 32-bit integer 64-bit integer double (64-bit IEEE 754 floating point
BSON
File system used by MS-DOS and Windows 9x
System Since Windows 2000, Microsoft Windows uses UTF-16 instead of UCS-2 for the internal "Unicode". In UTF-16, a "character" (code point) may take up two
File_Allocation_Table
Mail sent using electronic means
images. International email, with internationalized email addresses using UTF-8, is standardized but not widely adopted. The term electronic mail has been
File format for storing file checksums
RapidCRC with Unicode support (v0.3.4 as of 05/27/2012 supports UTF-8 with or without BOM and UTF-16 LE) AmoK SFV Utility - CRC32 and MD5 Compatible SFV Ninja
Simple_file_verification
UTF 32
UTF 32
Boy/Male
Australian
Part
Boy/Male
Norse
Son of Ulf.
Girl/Female
Australian, Danish, Finnish, German, Japanese, Romanian, Swedish
Wealth; Poem Child; Fortunate Maid of Battle; Prospers in Battle; Poem
Male
Hebrew
(עוּץ) Variant spelling of Hebrew Uwts, UTZ means "soft and sandy earth" or "to consult." Compare with another form of Utz.
Boy/Male
Anglo, Australian, British, Danish, English, Finnish, German, Norwegian, Swedish
Wolf
Boy/Male
Australian, Norse
Father of Ulf
Boy/Male
Norse
Son of Ulf.
Boy/Male
Australian, Danish, Norse, Norwegian
Son of Ulf
Boy/Male
Norse
Son of Ulf.
Girl/Female
Arabic, Muslim
Friendliness; Courtesy; Delicate; Grace; Favour from Allah
Male
German
 Pet form of German Ulrich, UTZ means "prosperity and power." Compare with another form of Utz.
Girl/Female
Australian, Danish, Finnish, German, Swedish
Wealth; Fortune; Fortunate Maid of Battle; Prospers in Battle; Poem; Child; Form of Uta
Female
German
Feminine form of German Udo, UTE means "child."Â
Boy/Male
Finnish, French, German
Little
Girl/Female
Hindu, Indian, Marathi, Sanskrit
Wish; Desire; Kindness; Enjoyment
Boy/Male
Muslim/Islamic
Bounty enjoyment
Male
Scandinavian
Scandinavian form of Old Norse Ulfr, ULF means "wolf."
Boy/Male
Australian, Finnish
Wealth; Fortune
Boy/Male
Arabic, Muslim
Bounty; Enjoyment
Female
Egyptian
, the granddaughter of Peteharpocrates.
UTF 32
UTF 32
Girl/Female
Tamil
Lopamudra | லொபமà¯à®¤à¯à®°à®¾
Wife of saint Agastya, Learned woman (Wife of sage Agastya)
Girl/Female
Tamil
Aarchi | à®…à®°à¯à®šà¯€, ஆரà¯à®šà¯€Â
Ray of light
Boy/Male
Tamil
Debaditya | தேபதீதà¯à®¯à®¾
Biblical
moved; moving
Female
Persian/Iranian
(شیرین) Variant spelling of Persian Shirin, SHEREEN means "sweet."
Boy/Male
Hindu, Indian, Tamil
God of Law; One Well Versed in Law; Experiment
Girl/Female
Gujarati, Hindu, Indian, Kannada, Malayalam, Marathi, Telugu
Sweet to the Ears
Girl/Female
Welsh
Bright day.
Surname or Lastname
English
English : variant of Brookhouse.Americanized form of German Brockhaus.
Surname or Lastname
English
English : habitational name from Grimstead in Wiltshire, probably so named from Old English grÄ“ne ‘green’ + hÄm-stede ‘homestead’.English : variant of Grinstead.
UTF 32
UTF 32
UTF 32
UTF 32
UTF 32
n.
A certain measure of distance, being equivalent in England and the United States to 320 poles or rods, or 5,280 feet.
v. i.
To sing the notes of the gamut, ascending or descending; as, do or ut, re, mi, fa, sol, la, si, do, or the same in reverse order.
n.
A syllable attached to the first tone of the major diatonic scale for the purpose of solmization, or solfeggio. It is the first of the seven syllables used by the Italians as manes of musical tones, and replaced, for the sake of euphony, the syllable Ut, applied to the note C. In England and America the same syllables are used by mane as a scale pattern, while the tones in respect to absolute pitch are named from the first seven letters of the alphabet.
n.
A measure of capacity equal to a cubic meter, or a thousand liters. It is equivalent to 35.315 cubic feet, and to 220.04 imperial gallons, or 264.18 American gallons of 321 cubic inches.
n.
A Greek Cynic philosopher (412?-323 B. C.) who lived much in Athens and was distinguished for contempt of the common aims and conditions of life, and for sharp, caustic sayings.
n.
The fifth power of a number; as, a/ is the sursolid of a, or 32 that of 2.
n.
A liliaceous plant (Calochortus Nuttallii) of Western North America, and its edible bulb; -- so called by the Ute Indians and the Mormons.
n.
The first note in Guido's musical scale, now usually superseded by do. See Solmization.
n.
A silk fabric formerly in use, having a nap or pile.
n.
A book composed of sheets so folded that each one makes thirty-two leaves; hence, indicating, more or less definitely, a size of book; -- usually written 32mo, or 32¡, and called thirty-twomo.
n.
An instrument used to illustrate the freezing of water by its own evaporation. The ordinary form consists of two glass bulbs, connected by a tube of the same material, and containing only a quantity of water and its vapor, devoid of air. The water is in one of the bulbs, and freezes when the other is cooled below 32¡ Fahr.
n.
A sharp tool, like an awl, used for picking /ut letters from a column or page in making corrections.
n.
The fringe of teeth around the orifice of the capsule of mosses. It consists of 4, 8, 16, 32, or 64 teeth, and may be either single or double.
n.
A nonmetallic element occurring naturally in large quantities, either combined as in the sulphides (as pyrites) and sulphates (as gypsum), or native in volcanic regions, in vast beds mixed with gypsum and various earthy materials, from which it is melted out. Symbol S. Atomic weight 32. The specific gravity of ordinary octohedral sulphur is 2.05; of prismatic sulphur, 1.96.
a.
Of or pertaining to Nice, a town of Asia Minor, or to the ecumenial council held there A. D. 325.
n.
A measure of length, equal to a hundred meters. It is equivalent to 328.09 feet.
n.
That comparative quantity by weight of an element which possesses the same chemical value as other elements, as determined by actual experiment and reference to the same standard. Specifically: (a) The comparative proportions by which one element replaces another in any particular compound; thus, as zinc replaces hydrogen in hydrochloric acid, their equivalents are 32.5 and 1. (b) The combining proportion by weight of a substance, or the number expressing this proportion, in any particular compound; as, the equivalents of hydrogen and oxygen in water are respectively 1 and 8, and in hydric dioxide 1 and 16.