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 | 藕扶 | 11100101010110001001010101111101 | e558957d |
EUC-JP | 藕扶 | 11101001101110011100100111011110 | e9b9c9de |
UTF-8 | 藕扶 | 111010001001011110010101111001101000100110110110 | e89795e689b6 |
UHC | 藕扶 | 11101001111001001101110110100110 | e9e4dda6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)