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?N[?W?N[^ | 0011111101010111001111110100111001011011001111110101011100111111010011100101101101011110 | 3f573f4e5b3f573f4e5b5e |
SJIS-WIN | ?W?N[?W?N[^ | 0011111101010111001111110100111001011011001111110101011100111111010011100101101101011110 | 3f573f4e5b3f573f4e5b5e |
EUC-JP | ?W?N[?W?N[^ | 0011111101010111001111110100111001011011001111110101011100111111010011100101101101011110 | 3f573f4e5b3f573f4e5b5e |
UTF-8 | ӣWӣN[ӣWӣN[^ | 110100111010001101010111110100111010001101001110010110111101001110100011010101111101001110100011010011100101101101011110 | d3a357d3a34e5bd3a357d3a34e5b5e |
UHC | ?W?N[?W?N[^ | 0011111101010111001111110100111001011011001111110101011100111111010011100101101101011110 | 3f573f4e5b3f573f4e5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)