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 | ?y?y[?y?y[^ | 0011111101111001001111110111100101011011001111110111100100111111011110010101101101011110 | 3f793f795b3f793f795b5e |
SJIS-WIN | yy[yy[^ | 111101101110001101111001111101101110001101111001010110111111011011100011011110011111011011100011011110010101101101011110 | f6e379f6e3795bf6e379f6e3795b5e |
EUC-JP | ?y?y[?y?y[^ | 0011111101111001001111110111100101011011001111110111100100111111011110010101101101011110 | 3f793f795b3f793f795b5e |
UTF-8 | yy[yy[^ | 11101110100101001000101001111001111011101001010010001010011110010101101111101110100101001000101001111001111011101001010010001010011110010101101101011110 | ee948a79ee948a795bee948a79ee948a795b5e |
UHC | ?y?y[?y?y[^ | 0011111101111001001111110111100101011011001111110111100100111111011110010101101101011110 | 3f793f795b3f793f795b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)