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 | àF^ | 111000000100011001011110 | e0465e |
SJIS-WIN | ?F^ | 001111110100011001011110 | 3f465e |
EUC-JP | àF^ | 1000111110101011101000100100011001011110 | 8faba2465e |
UTF-8 | àF^ | 11000011101000000100011001011110 | c3a0465e |
UHC | ?F^ | 001111110100011001011110 | 3f465e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)