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 | 謨耶Π | 111001101001010110010110111010111000001110101110 | e69596eb83ae |
EUC-JP | 謨耶Π | 111010111111010111001100111011011010011010110000 | ebf5cceda6b0 |
UTF-8 | 謨耶Π | 1110100010101100101010001110100010000000101101101100111010100000 | e8aca8e880b6cea0 |
UHC | 謨耶Π | 110110011100100011100101101011011010010111010000 | d9c8e5ada5d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)