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 | ?^ | 0011111101011110 | 3f5e |
SJIS-WIN | 羈^ | 111000111011000101011110 | e3b15e |
EUC-JP | 羈^ | 111001101011001101011110 | e6b35e |
UTF-8 | 羈^ | 11100111101111101000100001011110 | e7be885e |
UHC | 羈^ | 110100011011110001011110 | d1bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)