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 | 鬘矩キコ蒟 | 1110100110100001100010111110100110110111101110101110010011100101 | e9a18be9b7bae4e5 |
EUC-JP | 鬘矩キコ蒟 | 11110010101000111011011011101011100011101011011110001110101110101110100011100111 | f2a3b6eb8eb78ebae8e7 |
UTF-8 | 鬘矩キコ蒟 | 111010011010110010011000111001111001111110101001111011111011110110110111111011111011110110111010111010001001001010011111 | e9ac98e79fa9efbdb7efbdbae8929f |
UHC | ?矩??? | 001111111100111110111011001111110011111100111111 | 3fcfbb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)