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 | EZ£c^ | 1001001001000101100100100101101010010001101000110110001101011110 | 9245925a91a3635e |
SJIS-WIN | ?E?Z?£c^ | 001111110100010100111111010110100011111110000001100100100110001101011110 | 3f453f5a3f8192635e |
EUC-JP | ?E?Z?£c^ | 001111110100010100111111010110100011111110100001111100100110001101011110 | 3f453f5a3fa1f2635e |
UTF-8 | EZ£c^ | 110000101001001001000101110000101001001001011010110000101001000111000010101000110110001101011110 | c29245c2925ac291c2a3635e |
UHC | ?E?Z??c^ | 0011111101000101001111110101101000111111001111110110001101011110 | 3f453f5a3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)