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 | 藕斧 | 11100101010110001001010110000000 | e5589580 |
EUC-JP | 藕斧 | 11101001101110011100100111100000 | e9b9c9e0 |
UTF-8 | 藕斧 | 111010001001011110010101111001101001011010100111 | e89795e696a7 |
UHC | 藕斧 | 11101001111001001101110110101000 | e9e4dda8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)