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{^ | 1001001010100011001111110101011101111101100100101010001100111111010101110111101101011110 | 92a33f577d92a33f577b5e |
EUC-JP | 張?W}張?W{^ | 1100010010100101001111110101011101111101110001001010010100111111010101110111101101011110 | c4a53f577dc4a53f577b5e |
UTF-8 | 張렰W}張렰W{^ | 1110010110111100101101011110101110100000101100000101011101111101111001011011110010110101111010111010000010110000010101110111101101011110 | e5bcb5eba0b0577de5bcb5eba0b0577b5e |
UHC | 張렰W}張렰W{^ | 11101101111001011000111010111101010101110111110111101101111001011000111010111101010101110111101101011110 | ede58ebd577dede58ebd577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)