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 | 齎界 | 11100110110110001000101001000101 | e6d88a45 |
EUC-JP | 齎界 | 11101100110110101011001110100110 | ecdab3a6 |
UTF-8 | 齎界 | 111010011011110110001110111001111001010110001100 | e9bd8ee7958c |
UHC | 齎界 | 11101110101100101100110110100011 | eeb2cda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)