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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 墻η?? | 100110101101010010000011110001010011111100111111 | 9ad483c53f3f |
EUC-JP | 墻η?獒 | 1101010011010110101001101100011100111111100011111100101110111011 | d4d6a6c73f8fcbbb |
UTF-8 | 墻η즯獒 | 1110010110100010101110111100111010110111111011001010011010101111111001111000110110010010 | e5a2bbceb7eca6afe78d92 |
UHC | 墻η즯獒 | 1110110111011111101001011110011110100011100000011110100010100011 | eddfa5e7a381e8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)