Character Representation - Analytics Database - Teradata Vantage

Database Introduction

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2023-09-27
dita:mapPath
gtm1628096154303.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
dsm1472253642401
lifecycle
latest
Product Category
Teradata Vantageā„¢
Representing character strings is a two-step process:
  • Creating a mapping between each character and an integer.
  • Devising an encoding scheme for placing a sequence of numbers into memory.

The simplest systems map the characters to small integers between 0 and 255 and encode sequences of characters as sequences of bytes with the appropriate numeric values.

Representing character strings that require more than 256 characters (such as Japanese, Chinese, and Korean) requires more complex schemes.