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 | ?KG | 001111110100101101000111 | 3f4b47 |
SJIS-WIN | 叩KG | 10010010010000000100101101000111 | 92404b47 |
EUC-JP | 叩KG | 11000011101000010100101101000111 | c3a14b47 |
UTF-8 | 叩KG | 1110010110001111101010010100101101000111 | e58fa94b47 |
UHC | 叩KG | 11001101101100000100101101000111 | cdb04b47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)