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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 先?先 | 1001000011100110001111111001000011100110 | 90e63f90e6 |
EUC-JP | 先剡先 | 11000000111010001000111110110011110001111100000011101000 | c0e88fb3c7c0e8 |
UTF-8 | 先剡先 | 111001011000010110001000111001011000100110100001111001011000010110001000 | e58588e589a1e58588 |
UHC | 先剡先 | 111000001011101111100000111001101110000010111011 | e0bbe0e6e0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)