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 | ?壽 | 001111111001101011100110 | 3f9ae6 |
EUC-JP | 饍壽 | 1000111111101000111011011101010011101000 | 8fe8edd4e8 |
UTF-8 | 饍壽 | 111010011010010110001101111001011010001110111101 | e9a58de5a3bd |
UHC | 饍壽 | 11100000110101111110000111111000 | e0d7e1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)