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 | ârV | 11100010011100101001101001010110 | e2729a56 |
SJIS-WIN | ?r?V | 00111111011100100011111101010110 | 3f723f56 |
EUC-JP | âr?V | 100011111010101110100100011100100011111101010110 | 8faba4723f56 |
UTF-8 | ârV | 110000111010001001110010110000101001101001010110 | c3a272c29a56 |
UHC | ?r?V | 00111111011100100011111101010110 | 3f723f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)