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 | ?斥 | 001111111001000011001011 | 3f90cb |
EUC-JP | 饍斥 | 1000111111101000111011011100000011001101 | 8fe8edc0cd |
UTF-8 | 饍斥 | 111010011010010110001101111001101001011010100101 | e9a58de696a5 |
UHC | 饍斥 | 11100000110101111111010010101110 | e0d7f4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)