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 | 脛欠 | 11100011111110001000110010000111 | e3f88c87 |
EUC-JP | 脛欠 | 11100110111110101011011111100111 | e6fab7e7 |
UTF-8 | 脛欠 | 111010001000010010011011111001101010110010100000 | e8849be6aca0 |
UHC | 脛欠 | 11001100111010111111110111100010 | ccebfde2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)