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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 篥瑪n}篥瑪n{^ | 11100010110000111110000011110011011011100111110111100010110000111110000011110011011011100111101101011110 | e2c3e0f36e7de2c3e0f36e7b5e |
EUC-JP | 篥瑪n}篥瑪n{^ | 11100100110001011110000011110101011011100111110111100100110001011110000011110101011011100111101101011110 | e4c5e0f56e7de4c5e0f56e7b5e |
UTF-8 | 篥瑪n}篥瑪n{^ | 1110011110101111101001011110011110010001101010100110111001111101111001111010111110100101111001111001000110101010011011100111101101011110 | e7afa5e791aa6e7de7afa5e791aa6e7b5e |
UHC | ?瑪n}?瑪n{^ | 0011111111011000101001010110111001111101001111111101100010100101011011100111101101011110 | 3fd8a56e7d3fd8a56e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)