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{^ | 1000110011001010001111110101011101111101100011001100101000111111010101110111101101011110 | 8cca3f577d8cca3f577b5e |
EUC-JP | 弧?W}弧?W{^ | 1011100011001100001111110101011101111101101110001100110000111111010101110111101101011110 | b8cc3f577db8cc3f577b5e |
UTF-8 | 弧렣W}弧렣W{^ | 1110010110111100101001111110101110100000101000110101011101111101111001011011110010100111111010111010000010100011010101110111101101011110 | e5bca7eba0a3577de5bca7eba0a3577b5e |
UHC | 弧렣W}弧렣W{^ | 11111011110000011000111010110100010101110111110111111011110000011000111010110100010101110111101101011110 | fbc18eb4577dfbc18eb4577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)