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 | 箴粱 | 11100010101111001110001011101011 | e2bce2eb |
EUC-JP | 箴粱 | 11100100101111101110010011101101 | e4bee4ed |
UTF-8 | 箴粱 | 111001111010111010110100111001111011001010110001 | e7aeb4e7b2b1 |
UHC | 箴粱 | 11101101110101111101010111011100 | edd7d5dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)