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 | 盧‘ | 11100001101110001000000101100101 | e1b88165 |
EUC-JP | 盧‘ | 11100010101110101010000111000110 | e2baa1c6 |
UTF-8 | 盧‘ | 111001111001101110100111111000101000000010011000 | e79ba7e28098 |
UHC | 盧‘ | 11010110110101001010000110101110 | d6d4a1ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)