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 | 茵傑 | 11100100100111111000110010000110 | e49f8c86 |
EUC-JP | 茵傑 | 11101000101000011011011111100110 | e8a1b7e6 |
UTF-8 | 茵傑 | 111010001000110010110101111001011000001010010001 | e88cb5e58291 |
UHC | 茵傑 | 11101100111000001100101111111000 | ece0cbf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)