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 | 遶檳 | 11100111101010111001111101000110 | e7ab9f46 |
EUC-JP | 遶檳 | 11101110101011011101110110100111 | eeaddda7 |
UTF-8 | 遶檳 | 111010011000000110110110111001101010101010110011 | e981b6e6aab3 |
UHC | ?檳 | 001111111101111010110001 | 3fdeb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)