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^ | 001111110100010100111111001111110110001101011110 | 3f453f3f635e |
SJIS-WIN | ?E??c^ | 001111110100010100111111001111110110001101011110 | 3f453f3f635e |
EUC-JP | ?E??c^ | 001111110100010100111111001111110110001101011110 | 3f453f3f635e |
UTF-8 | 혪E혩쨉c^ | 111011011001100010101010010001011110110110011000101010011110110010101000100010010110001101011110 | ed98aa45ed98a9eca889635e |
UHC | 혪E혩쨉c^ | 110000101001001001000101110000101001000111000010101101010110001101011110 | c29245c291c2b5635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)