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 | 鶩~ | 111010100100111001111110 | ea4e7e |
EUC-JP | 鶩~ | 111100111010111101111110 | f3af7e |
UTF-8 | 鶩~ | 11101001101101101010100101111110 | e9b6a97e |
UHC | 鶩~ | 110110011101000001111110 | d9d07e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)