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 | ?S | 0011111101010011 | 3f53 |
SJIS-WIN | 蓉S | 100101110111010101010011 | 977553 |
EUC-JP | 蓉S | 110011011101011001010011 | cdd653 |
UTF-8 | 蓉S | 11101000100100111000100101010011 | e8938953 |
UHC | 蓉S | 111010011100100001010011 | e9c853 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)