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{^ | 1110010110111100101101011110110110000111101101100101011101111101111001011011110010110101111011011000011110110110010101110111101101011110 | e5bcb5ed87b6577de5bcb5ed87b6577b5e |
UHC | 張퇶W}張퇶W{^ | 11101101111001011011100001101011010101110111110111101101111001011011100001101011010101110111101101011110 | ede5b86b577dede5b86b577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)