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 | 賈錙 | 11100110110010011110100001000000 | e6c9e840 |
EUC-JP | 賈錙 | 11101100110010111110111110100001 | eccbefa1 |
UTF-8 | 賈錙 | 111010001011001110001000111010011000110010011001 | e8b388e98c99 |
UHC | 賈? | 110010101011100100111111 | cab93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)