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 | 制經 | 10010000101001111110001101010011 | 90a7e353 |
EUC-JP | 制經 | 11000000101010011110010110110100 | c0a9e5b4 |
UTF-8 | 制經 | 111001011000100010110110111001111011011010010011 | e588b6e7b693 |
UHC | 制經 | 11110000101001001100110011101000 | f0a4cce8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)