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 | 遖拑 | 11100111101001101001110101011001 | e7a69d59 |
EUC-JP | 遖拑 | 11101110101010001101100110111010 | eea8d9ba |
UTF-8 | 遖拑 | 111010011000000110010110111001101000101110010001 | e98196e68b91 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)