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{^ | 00111111010101110111110100111111010101110111101101011110 | 3f577d3f577b5e |
SJIS-WIN | 佑W}佑W{^ | 100101110100001101010111011111011001011101000011010101110111101101011110 | 9743577d9743577b5e |
EUC-JP | 佑W}佑W{^ | 110011011010010001010111011111011100110110100100010101110111101101011110 | cda4577dcda4577b5e |
UTF-8 | 佑W}佑W{^ | 1110010010111101100100010101011101111101111001001011110110010001010101110111101101011110 | e4bd91577de4bd91577b5e |
UHC | 佑W}佑W{^ | 111010011100111001010111011111011110100111001110010101110111101101011110 | e9ce577de9ce577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)