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 | ?~ | 0011111101111110 | 3f7e |
SJIS-WIN | 驗~ | 111010011000010001111110 | e9847e |
EUC-JP | 驗~ | 111100011110010001111110 | f1e47e |
UTF-8 | 驗~ | 11101001101010011001011101111110 | e9a9977e |
UHC | 驗~ | 111110101101000001111110 | fad07e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)