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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 占Β | 10010000111010001000001110100000 | 90e883a0 |
EUC-JP | 占Β | 11000000111010101010011010100010 | c0eaa6a2 |
UTF-8 | 占Β | 1110010110001101101000001100111010010010 | e58da0ce92 |
UHC | 占Β | 11101111101111111010010111000010 | efbfa5c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)