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 | ×` | 10010110110101111001110001100000 | 96d79c60 |
SJIS-WIN | ?×?` | 0011111110000001011111100011111101100000 | 3f817e3f60 |
EUC-JP | ?×?` | 0011111110100001110111110011111101100000 | 3fa1df3f60 |
UTF-8 | ×` | 11000010100101101100001110010111110000101001110001100000 | c296c397c29c60 |
UHC | ?×?` | 0011111110100001101111110011111101100000 | 3fa1bf3f60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)