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^ | 001111110110001101011110 | 3f635e |
SJIS-WIN | 堯c^ | 11101010100111110110001101011110 | ea9f635e |
EUC-JP | 堯c^ | 11110100101000010110001101011110 | f4a1635e |
UTF-8 | 堯c^ | 1110010110100000101011110110001101011110 | e5a0af635e |
UHC | 堯c^ | 11101000111010110110001101011110 | e8eb635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)