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 | ?Un}?Un{^ | 001111110101010101101110011111010011111101010101011011100111101101011110 | 3f556e7d3f556e7b5e |
SJIS-WIN | 楔Un}楔Un{^ | 1001111010110110010101010110111001111101100111101011011001010101011011100111101101011110 | 9eb6556e7d9eb6556e7b5e |
EUC-JP | 楔Un}楔Un{^ | 1101110010111000010101010110111001111101110111001011100001010101011011100111101101011110 | dcb8556e7ddcb8556e7b5e |
UTF-8 | 楔Un}楔Un{^ | 11100110101001011001010001010101011011100111110111100110101001011001010001010101011011100111101101011110 | e6a594556e7de6a594556e7b5e |
UHC | 楔Un}楔Un{^ | 1110000011011011010101010110111001111101111000001101101101010101011011100111101101011110 | e0db556e7de0db556e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)