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 | ?VC | 001111110101011001000011 | 3f5643 |
SJIS-WIN | ?VC | 001111110101011001000011 | 3f5643 |
EUC-JP | 杈VC | 1000111111000010111110100101011001000011 | 8fc2fa5643 |
UTF-8 | 杈VC | 1110011010011101100010000101011001000011 | e69d885643 |
UHC | ?VC | 001111110101011001000011 | 3f5643 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)