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 | 纜? | 111000111001110000111111 | e39c3f |
EUC-JP | 纜? | 111001011111110000111111 | e5fc3f |
UTF-8 | 纜뤶 | 111001111011101010011100111010111010010010110110 | e7ba9ceba4b6 |
UHC | 纜뤶 | 11010101101111111000111111100100 | d5bf8fe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)