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 | 斜銖 | 10001110110011101110011111110001 | 8ecee7f1 |
EUC-JP | 斜銖 | 10111100110100001110111011110011 | bcd0eef3 |
UTF-8 | 斜銖 | 111001101001011010011100111010011000101010010110 | e6969ce98a96 |
UHC | 斜銖 | 11011110110110001110001011000111 | ded8e2c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)