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 | 鬘矩キコ蜃 | 1110100110100001100010111110100110110111101110101110010110000111 | e9a18be9b7bae587 |
EUC-JP | 鬘矩キコ蜃 | 11110010101000111011011011101011100011101011011110001110101110101110100111100111 | f2a3b6eb8eb78ebae9e7 |
UTF-8 | 鬘矩キコ蜃 | 111010011010110010011000111001111001111110101001111011111011110110110111111011111011110110111010111010001001110010000011 | e9ac98e79fa9efbdb7efbdbae89c83 |
UHC | ?矩??蜃 | 00111111110011111011101100111111001111111110001111110001 | 3fcfbb3f3fe3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)