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 | ´¤c^ | 10110100101001000110001101011110 | b4a4635e |
SJIS-WIN | ´?c^ | 1000000101001100001111110110001101011110 | 814c3f635e |
EUC-JP | ´¤c^ | 10100001101011011000111110100010111100000110001101011110 | a1ad8fa2f0635e |
UTF-8 | ´¤c^ | 110000101011010011000010101001000110001101011110 | c2b4c2a4635e |
UHC | ´¤c^ | 101000101010010110100010101101000110001101011110 | a2a5a2b4635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)