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 | 藥~ | 111001010101101001111110 | e55a7e |
EUC-JP | 藥~ | 111010011011101101111110 | e9bb7e |
UTF-8 | 藥~ | 11101000100101111010010101111110 | e897a57e |
UHC | 藥~ | 111001011011011101111110 | e5b77e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)