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 | 盧h | 11100001101110001000001010001000 | e1b88288 |
EUC-JP | 盧h | 11100010101110101010001111101000 | e2baa3e8 |
UTF-8 | 盧h | 111001111001101110100111111011111011110110001000 | e79ba7efbd88 |
UHC | 盧h | 11010110110101001010001111101000 | d6d4a3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)