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^ | 111100001011111010001110101011110110001101011110 | f0be8eaf635e |
SJIS-WIN | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
EUC-JP | ð??¯c^ | 10001111101010011100001100111111001111111000111110100010101101000110001101011110 | 8fa9c33f3f8fa2b4635e |
UTF-8 | ð¾¯c^ | 11000011101100001100001010111110110000101000111011000010101011110110001101011110 | c3b0c2bec28ec2af635e |
UHC | ð¾??c^ | 1010100110100011101010001111101000111111001111110110001101011110 | a9a3a8fa3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)