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 | 畏х | 10001000110110001000010010000111 | 88d88487 |
EUC-JP | 畏х | 10110000110110101010011111100111 | b0daa7e7 |
UTF-8 | 畏х | 1110011110010101100011111101000110000101 | e7958fd185 |
UHC | 畏х | 11101000111001101010110011100111 | e8e6ace7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)