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 | 鋺抵ス・蟲 | 1110011111111010100100101110111110111101101001011110010110110011 | e7fa92efbda5e5b3 |
EUC-JP | 鋺抵ス・蟲 | 11101110111111001100010011110001100011101011110110001110101001011110101010110101 | eefcc4f18ebd8ea5eab5 |
UTF-8 | 鋺抵ス・蟲 | 111010011000101110111010111001101000101010110101111011111011110110111101111011111011110110100101111010001001111110110010 | e98bbae68ab5efbdbdefbda5e89fb2 |
UHC | ?抵??蟲 | 00111111111011101011110100111111001111111111010111111001 | 3feebd3f3ff5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)