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 | 張? | 100100101010001100111111 | 92a33f |
EUC-JP | 張? | 110001001010010100111111 | c4a53f |
UTF-8 | 張섓 | 111001011011110010110101111011001000010010010011 | e5bcb5ec8493 |
UHC | 張섓 | 11101101111001011001100011101111 | ede598ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)