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 | ?糞 | 001111111001010110110011 | 3f95b3 |
EUC-JP | ?糞 | 001111111100101010110101 | 3fcab5 |
UTF-8 | 裡糞 | 111011111010011110101000111001111011001110011110 | efa7a8e7b39e |
UHC | 裡糞 | 11101100110000011101110111010000 | ecc1ddd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)