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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 滬辧}滬辧{^ | 1001111111110100100110011001111101111101100111111111010010011001100111110111101101011110 | 9ff4999f7d9ff4999f7b5e |
EUC-JP | 滬辧}滬辧{^ | 1101111011110110110100101010000101111101110111101111011011010010101000010111101101011110 | def6d2a17ddef6d2a17b5e |
UTF-8 | 滬辧}滬辧{^ | 111001101011101110101100111010001011111010100111011111011110011010111011101011001110100010111110101001110111101101011110 | e6bbace8bea77de6bbace8bea77b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)