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 | ?±t^ | 00111111101100010111010001011110 | 3fb1745e |
SJIS-WIN | ゜±t^ | 100000010100101110000001011111010111010001011110 | 814b817d745e |
EUC-JP | ゜±t^ | 101000011010110010100001110111100111010001011110 | a1aca1de745e |
UTF-8 | ゜±t^ | 11100011100000101001110011000010101100010111010001011110 | e3829cc2b1745e |
UHC | ?±t^ | 0011111110100001101111100111010001011110 | 3fa1be745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)