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 | 蝌零」ソ | 111001011001100010010111111010111010001110111111 | e59897eba3bf |
EUC-JP | 蝌零」ソ | 1110100111111000110011101110110110001110101000111000111010111111 | e9f8ceed8ea38ebf |
UTF-8 | 蝌零」ソ | 111010001001110110001100111010011001101110110110111011111011110110100011111011111011110110111111 | e89d8ce99bb6efbda3efbdbf |
UHC | ?零?? | 0011111111010110110000110011111100111111 | 3fd6c33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)