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 | 迪蓬 | 11100111100011001001011001001000 | e78c9648 |
EUC-JP | 迪蓬 | 11101101111011001100101110101001 | edeccba9 |
UTF-8 | 迪蓬 | 111010001011111110101010111010001001001110101100 | e8bfaae893ac |
UHC | 迪蓬 | 11101110111010001101110011101111 | eee8dcef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)