To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 玉??V | 1000101111001010001111110011111101010110 | 8bca3f3f56 |
EUC-JP | 玉??V | 1011011011001100001111110011111101010110 | b6cc3f3f56 |
UTF-8 | 玉뉛슴V | 11100111100011101000100111101011100010011001101111101100100010101011010001010110 | e78e89eb899bec8ab456 |
UHC | 玉뉛슴V | 11101000101011001000011111101111101111011011111101010110 | e8ac87efbdbf56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)