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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 髮弑}髮弑{^ | 1110100110011011100111000101010101111101111010011001101110011100010101010111101101011110 | e99b9c557de99b9c557b5e |
EUC-JP | 髮弑}髮弑{^ | 1111000111111011110101111011011001111101111100011111101111010111101101100111101101011110 | f1fbd7b67df1fbd7b67b5e |
UTF-8 | 髮弑}髮弑{^ | 111010011010101110101110111001011011110010010001011111011110100110101011101011101110010110111100100100010111101101011110 | e9abaee5bc917de9abaee5bc917b5e |
UHC | 髮弑}髮弑{^ | 1101101110100101111000111011110101111101110110111010010111100011101111010111101101011110 | dba5e3bd7ddba5e3bd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)