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 | ûEW | 11111011010001011001101001010111 | fb459a57 |
SJIS-WIN | ?E?W | 00111111010001010011111101010111 | 3f453f57 |
EUC-JP | ûE?W | 100011111010101111100101010001010011111101010111 | 8fabe5453f57 |
UTF-8 | ûEW | 110000111011101101000101110000101001101001010111 | c3bb45c29a57 |
UHC | ?E?W | 00111111010001010011111101010111 | 3f453f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)