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 | ©V | 10010000101010011000111101010110 | 90a98f56 |
SJIS-WIN | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
EUC-JP | ?©?V | 001111111000111110100010111011010011111101010110 | 3f8fa2ed3f56 |
UTF-8 | ©V | 11000010100100001100001010101001110000101000111101010110 | c290c2a9c28f56 |
UHC | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)