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 | 嵬х | 10011011110010101000010010000111 | 9bca8487 |
EUC-JP | 嵬х | 11010110110011001010011111100111 | d6cca7e7 |
UTF-8 | 嵬х | 1110010110110101101011001101000110000101 | e5b5acd185 |
UHC | 嵬х | 11101000111000111010110011100111 | e8e3ace7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)