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 | 俟共 | 10011000110101101000101110100100 | 98d68ba4 |
EUC-JP | 俟共 | 11010000110110001011011010100110 | d0d8b6a6 |
UTF-8 | 俟共 | 111001001011111110011111111001011000010110110001 | e4bf9fe585b1 |
UHC | 俟共 | 11011110110001101100110111101100 | dec6cdec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)