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 | ?nW}?nW{^ | 001111110110111001010111011111010011111101101110010101110111101101011110 | 3f6e577d3f6e577b5e |
SJIS-WIN | 篩nW}篩nW{^ | 1110001010111111011011100101011101111101111000101011111101101110010101110111101101011110 | e2bf6e577de2bf6e577b5e |
EUC-JP | 篩nW}篩nW{^ | 1110010011000001011011100101011101111101111001001100000101101110010101110111101101011110 | e4c16e577de4c16e577b5e |
UTF-8 | 篩nW}篩nW{^ | 11100111101011111010100101101110010101110111110111100111101011111010100101101110010101110111101101011110 | e7afa96e577de7afa96e577b5e |
UHC | 篩nW}篩nW{^ | 1101111011101000011011100101011101111101110111101110100001101110010101110111101101011110 | dee86e577ddee86e577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)