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{^ | 0011111111111010010111100101011101111101001111111111101001011110010101110111101101011110 | 3ffa5e577d3ffa5e577b5e |
EUC-JP | ?鍈W}?鍈W{^ | 00111111100011111110010011101001010101110111110100111111100011111110010011101001010101110111101101011110 | 3f8fe4e9577d3f8fe4e9577b5e |
UTF-8 | 뤵鍈W}뤵鍈W{^ | 1110101110100100101101011110100110001101100010000101011101111101111010111010010010110101111010011000110110001000010101110111101101011110 | eba4b5e98d88577deba4b5e98d88577b5e |
UHC | 뤵鍈W}뤵鍈W{^ | 10001111111000111110011111001100010101110111110110001111111000111110011111001100010101110111101101011110 | 8fe3e7cc577d8fe3e7cc577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)