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 | 送淞 | 10010001100101111001111111000010 | 91979fc2 |
EUC-JP | 送淞 | 11000001111101111101111011000100 | c1f7dec4 |
UTF-8 | 送淞 | 111010011000000010000001111001101011011110011110 | e98081e6b79e |
UHC | 送淞 | 11100001111010101110000111100111 | e1eae1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)