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 | ?儁 | 001111111001100101001101 | 3f994d |
EUC-JP | ?儁 | 001111111101000110101110 | 3fd1ae |
UTF-8 | 충儁 | 111011001011011010101001111001011000010010000001 | ecb6a9e58481 |
UHC | 충儁 | 11000011111001101111000111010110 | c3e6f1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)