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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 躡靂 | 11100111010110011110100011001100 | e759e8cc |
EUC-JP | 躡靂 | 11101101101110101111000011001110 | edbaf0ce |
UTF-8 | 躡靂 | 111010001011101010100001111010011001110110000010 | e8baa1e99d82 |
UHC | ?靂 | 001111111101010111111010 | 3fd5fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)