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 | 槊匯}槊匯{^ | 1001111011001100100110011011100101111101100111101100110010011001101110010111101101011110 | 9ecc99b97d9ecc99b97b5e |
EUC-JP | 槊匯}槊匯{^ | 1101110011001110110100101011101101111101110111001100111011010010101110110111101101011110 | dcced2bb7ddcced2bb7b5e |
UTF-8 | 槊匯}槊匯{^ | 111001101010011110001010111001011000110010101111011111011110011010100111100010101110010110001100101011110111101101011110 | e6a78ae58caf7de6a78ae58caf7b5e |
UHC | ?匯}?匯{^ | 001111111111110011011101011111010011111111111100110111010111101101011110 | 3ffcdd7d3ffcdd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)