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 | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | 脛W}脛W{^ | 11110011101100111110001111111000010101110111110111110011101100111110001111111000010101110111101101011110 | f3b3e3f8577df3b3e3f8577b5e |
EUC-JP | ?脛W}?脛W{^ | 0011111111100110111110100101011101111101001111111110011011111010010101110111101101011110 | 3fe6fa577d3fe6fa577b5e |
UTF-8 | 脛W}脛W{^ | 1110111010001010101001101110100010000100100110110101011101111101111011101000101010100110111010001000010010011011010101110111101101011110 | ee8aa6e8849b577dee8aa6e8849b577b5e |
UHC | ?脛W}?脛W{^ | 0011111111001100111010110101011101111101001111111100110011101011010101110111101101011110 | 3fcceb577d3fcceb577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)