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 | WN[WN[^ | 111101101110001101010111111101101110001101001110010110111111011011100011010101111111011011100011010011100101101101011110 | f6e357f6e34e5bf6e357f6e34e5b5e |
EUC-JP | ?W?N[?W?N[^ | 0011111101010111001111110100111001011011001111110101011100111111010011100101101101011110 | 3f573f4e5b3f573f4e5b5e |
UTF-8 | WN[WN[^ | 11101110100101001000101001010111111011101001010010001010010011100101101111101110100101001000101001010111111011101001010010001010010011100101101101011110 | ee948a57ee948a4e5bee948a57ee948a4e5b5e |
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)