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{^ | 100101101010100001010111011111011001011010101000010101110111101101011110 | 96a8577d96a8577b5e |
SJIS-WIN | ?¨W}?¨W{^ | 0011111110000001010011100101011101111101001111111000000101001110010101110111101101011110 | 3f814e577d3f814e577b5e |
EUC-JP | ?¨W}?¨W{^ | 0011111110100001101011110101011101111101001111111010000110101111010101110111101101011110 | 3fa1af577d3fa1af577b5e |
UTF-8 | ¨W}¨W{^ | 11000010100101101100001010101000010101110111110111000010100101101100001010101000010101110111101101011110 | c296c2a8577dc296c2a8577b5e |
UHC | ?¨W}?¨W{^ | 0011111110100001101001110101011101111101001111111010000110100111010101110111101101011110 | 3fa1a7577d3fa1a7577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)