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 | ?sC | 001111110111001101000011 | 3f7343 |
SJIS-WIN | 叩sC | 10010010010000000111001101000011 | 92407343 |
EUC-JP | 叩sC | 11000011101000010111001101000011 | c3a17343 |
UTF-8 | 叩sC | 1110010110001111101010010111001101000011 | e58fa97343 |
UHC | 叩sC | 11001101101100000111001101000011 | cdb07343 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)