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 | 酌盡 | 10001110110111101110000110110110 | 8edee1b6 |
EUC-JP | 酌盡 | 10111100111000001110001010111000 | bce0e2b8 |
UTF-8 | 酌盡 | 111010011000010110001100111001111001101110100001 | e9858ce79ba1 |
UHC | 酌盡 | 11101101110011001111001011010111 | edccf2d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)