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 | 酌頌 | 10001110110111101110100011110001 | 8edee8f1 |
EUC-JP | 酌頌 | 10111100111000001111000011110011 | bce0f0f3 |
UTF-8 | 酌頌 | 111010011000010110001100111010011010000010001100 | e9858ce9a08c |
UHC | 酌頌 | 11101101110011001110000111101011 | edcce1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)