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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 盖盖h盖盖 | 111000011011001111100001101100110110100011100001101100111110000110110011 | e1b3e1b368e1b3e1b3 |
EUC-JP | 盖盖h盖盖 | 111000101011010111100010101101010110100011100010101101011110001010110101 | e2b5e2b568e2b5e2b5 |
UTF-8 | 盖盖h盖盖 | 11100111100110111001011011100111100110111001011001101000111001111001101110010110111001111001101110010110 | e79b96e79b9668e79b96e79b96 |
UHC | 盖盖h盖盖 | 110010111100110011001011110011000110100011001011110011001100101111001100 | cbcccbcc68cbcccbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)