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 | 湿羈 | 10001110101111001110001110110001 | 8ebce3b1 |
EUC-JP | 湿羈 | 10111100101111101110011010110011 | bcbee6b3 |
UTF-8 | 湿羈 | 111001101011100110111111111001111011111010001000 | e6b9bfe7be88 |
UHC | ?羈 | 001111111101000110111100 | 3fd1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)