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 | 墻η?橈 | 10011010110101001000001111000101001111111001111011110100 | 9ad483c53f9ef4 |
EUC-JP | 墻η?橈 | 11010100110101101010011011000111001111111101110011110110 | d4d6a6c73fdcf6 |
UTF-8 | 墻η즯橈 | 1110010110100010101110111100111010110111111011001010011010101111111001101010100110001000 | e5a2bbceb7eca6afe6a988 |
UHC | 墻η즯橈 | 1110110111011111101001011110011110100011100000011110100011111010 | eddfa5e7a381e8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)