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 | ?G | 0011111101000111 | 3f47 |
SJIS-WIN | 乂G | 100110001010011101000111 | 98a747 |
EUC-JP | 乂G | 110100001010100101000111 | d0a947 |
UTF-8 | 乂G | 11100100101110011000001001000111 | e4b98247 |
UHC | 乂G | 111001111101000101000111 | e7d147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)