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 | s~}s~{^ | 1001011101110011100101110111111001111101100101110111001110010111011111100111101101011110 | 9773977e7d9773977e7b5e |
SJIS-WIN | ?s?~}?s?~{^ | 0011111101110011001111110111111001111101001111110111001100111111011111100111101101011110 | 3f733f7e7d3f733f7e7b5e |
EUC-JP | ?s?~}?s?~{^ | 0011111101110011001111110111111001111101001111110111001100111111011111100111101101011110 | 3f733f7e7d3f733f7e7b5e |
UTF-8 | s~}s~{^ | 110000101001011101110011110000101001011101111110011111011100001010010111011100111100001010010111011111100111101101011110 | c29773c2977e7dc29773c2977e7b5e |
UHC | ?s?~}?s?~{^ | 0011111101110011001111110111111001111101001111110111001100111111011111100111101101011110 | 3f733f7e7d3f733f7e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)