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 | ?貳 | 001111111110011011000110 | 3fe6c6 |
EUC-JP | 炤貳 | 1000111111001001110100101110110011001000 | 8fc9d2ecc8 |
UTF-8 | 炤貳 | 111001111000001010100100111010001011001010110011 | e782a4e8b2b3 |
UHC | 炤貳 | 11100001101111111110110011000011 | e1bfecc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)