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 | 盧警 | 11100001101110001000110001111000 | e1b88c78 |
EUC-JP | 盧警 | 11100010101110101011011111011001 | e2bab7d9 |
UTF-8 | 盧警 | 111001111001101110100111111010001010110110100110 | e79ba7e8ada6 |
UHC | 盧警 | 11010110110101001100110011101101 | d6d4cced |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)