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 | 俟? | 100110001101011000111111 | 98d63f |
EUC-JP | 俟? | 110100001101100000111111 | d0d83f |
UTF-8 | 俟亐 | 111001001011111110011111111001001011101010010000 | e4bf9fe4ba90 |
UHC | 俟亐 | 11011110110001101110101010100111 | dec6eaa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)