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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 涎? | 100111111011010100111111 | 9fb53f |
EUC-JP | 涎? | 110111101011011100111111 | deb73f |
UTF-8 | 涎섔 | 111001101011011010001110111011001000010010010100 | e6b68eec8494 |
UHC | 涎섔 | 11100110110011101001100011110000 | e6ce98f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)