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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 墻η? | 1001101011010100100000111100010100111111 | 9ad483c53f |
EUC-JP | 墻η? | 1101010011010110101001101100011100111111 | d4d6a6c73f |
UTF-8 | 墻η즯 | 1110010110100010101110111100111010110111111011001010011010101111 | e5a2bbceb7eca6af |
UHC | 墻η즯 | 111011011101111110100101111001111010001110000001 | eddfa5e7a381 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)