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 | ûE¤c^ | 1111101101000101101001000110001101011110 | fb45a4635e |
SJIS-WIN | ?E?c^ | 0011111101000101001111110110001101011110 | 3f453f635e |
EUC-JP | ûE¤c^ | 100011111010101111100101010001011000111110100010111100000110001101011110 | 8fabe5458fa2f0635e |
UTF-8 | ûE¤c^ | 11000011101110110100010111000010101001000110001101011110 | c3bb45c2a4635e |
UHC | ?E¤c^ | 001111110100010110100010101101000110001101011110 | 3f45a2b4635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)