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 | 豌襲 | 11100110101100001000111101010000 | e6b08f50 |
EUC-JP | 豌襲 | 11101100101100101011110110110001 | ecb2bdb1 |
UTF-8 | 豌襲 | 111010001011000110001100111010001010010110110010 | e8b18ce8a5b2 |
UHC | 豌襲 | 11101000110101011110001110101001 | e8d5e3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)