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 | ×þc^ | 11010111111111100110001101011110 | d7fe635e |
SJIS-WIN | ×?c^ | 1000000101111110001111110110001101011110 | 817e3f635e |
EUC-JP | ×þc^ | 10100001110111111000111110101001110100000110001101011110 | a1df8fa9d0635e |
UTF-8 | ×þc^ | 110000111001011111000011101111100110001101011110 | c397c3be635e |
UHC | ×þc^ | 101000011011111110101001101011010110001101011110 | a1bfa9ad635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)