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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬘矩キコ雖 | 1110100110100001100010111110100110110111101110101110010110101011 | e9a18be9b7bae5ab |
EUC-JP | 鬘矩キコ雖 | 11110010101000111011011011101011100011101011011110001110101110101110101010101101 | f2a3b6eb8eb78ebaeaad |
UTF-8 | 鬘矩キコ雖 | 111010011010110010011000111001111001111110101001111011111011110110110111111011111011110110111010111010011001101110010110 | e9ac98e79fa9efbdb7efbdbae99b96 |
UHC | ?矩??雖 | 00111111110011111011101100111111001111111110001011001100 | 3fcfbb3f3fe2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)