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 | ?y?y[?y?y[^ | 0011111101111001001111110111100101011011001111110111100100111111011110010101101101011110 | 3f793f795b3f793f795b5e |
EUC-JP | ?y?y[?y?y[^ | 0011111101111001001111110111100101011011001111110111100100111111011110010101101101011110 | 3f793f795b3f793f795b5e |
UTF-8 | ӣyӣy[ӣyӣy[^ | 110100111010001101111001110100111010001101111001010110111101001110100011011110011101001110100011011110010101101101011110 | d3a379d3a3795bd3a379d3a3795b5e |
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)