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 | 邁殀 | 11100111101100001001111101100111 | e7b09f67 |
EUC-JP | 邁殀 | 11101110101100101101110111001000 | eeb2ddc8 |
UTF-8 | 邁殀 | 111010011000001010000001111001101010111010000000 | e98281e6ae80 |
UHC | 邁? | 110110001110010000111111 | d8e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)