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{^ | 11100110101101101001011001101110010101110111110111100110101101101001011001101110010101110111101101011110 | e6b6966e577de6b6966e577b5e |
EUC-JP | 豸墨W}豸墨W{^ | 11101100101110001100101111001111010101110111110111101100101110001100101111001111010101110111101101011110 | ecb8cbcf577decb8cbcf577b5e |
UTF-8 | 豸墨W}豸墨W{^ | 1110100010110001101110001110010110100010101010000101011101111101111010001011000110111000111001011010001010101000010101110111101101011110 | e8b1b8e5a2a8577de8b1b8e5a2a8577b5e |
UHC | ?墨W}?墨W{^ | 0011111111011001111110000101011101111101001111111101100111111000010101110111101101011110 | 3fd9f8577d3fd9f8577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)