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 | ?±^~ | 00111111101100010101111001111110 | 3fb15e7e |
SJIS-WIN | ゜±^~ | 100000010100101110000001011111010101111001111110 | 814b817d5e7e |
EUC-JP | ゜±^~ | 101000011010110010100001110111100101111001111110 | a1aca1de5e7e |
UTF-8 | ゜±^~ | 11100011100000101001110011000010101100010101111001111110 | e3829cc2b15e7e |
UHC | ?±^~ | 0011111110100001101111100101111001111110 | 3fa1be5e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)