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 | 源~ | 100011001011100101111110 | 8cb97e |
EUC-JP | 源~ | 101110001011101101111110 | b8bb7e |
UTF-8 | 源~ | 11100110101110101001000001111110 | e6ba907e |
UHC | 源~ | 111010101011100101111110 | eab97e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)