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 | 耀? | 100101110111001100111111 | 97733f |
EUC-JP | 耀? | 110011011101010000111111 | cdd43f |
UTF-8 | 耀稶 | 111010001000000010000000111001111010100010110110 | e88080e7a8b6 |
UHC | 耀稶 | 11101001101001011110100111110011 | e9a5e9f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)