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 | ÷?^l | 11110111001111110101111001101100 | f73f5e6c |
SJIS-WIN | ÷¬^l | 100000011000000010000001110010100101111001101100 | 818081ca5e6c |
EUC-JP | ÷¬^l | 101000011110000010100010110011000101111001101100 | a1e0a2cc5e6c |
UTF-8 | ÷¬^l | 11000011101101111110111110111111101000100101111001101100 | c3b7efbfa25e6c |
UHC | ÷¬^l | 101000011100000010100001111111100101111001101100 | a1c0a1fe5e6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)