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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 先?先徐 | 10010000111001100011111110010000111001101000111110011001 | 90e63f90e68f99 |
EUC-JP | 先剡先徐 | 110000001110100010001111101100111100011111000000111010001011110111111001 | c0e88fb3c7c0e8bdf9 |
UTF-8 | 先剡先徐 | 111001011000010110001000111001011000100110100001111001011000010110001000111001011011111010010000 | e58588e589a1e58588e5be90 |
UHC | 先剡先徐 | 1110000010111011111000001110011011100000101110111101111111101111 | e0bbe0e6e0bbdfef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)