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 | ?}h | 001111110111110101101000 | 3f7d68 |
SJIS-WIN | 叩}h | 10010010010000000111110101101000 | 92407d68 |
EUC-JP | 叩}h | 11000011101000010111110101101000 | c3a17d68 |
UTF-8 | 叩}h | 1110010110001111101010010111110101101000 | e58fa97d68 |
UHC | 叩}h | 11001101101100000111110101101000 | cdb07d68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)