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 | 俟쯩 | 111001001011111110011111111011001010111110101001 | e4bf9fecafa9 |
UHC | 俟쯩 | 11011110110001101100001011101101 | dec6c2ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)