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 | ûSn}ûSn{^ | 1111101101010011100111010110111001111101111110110101001110011101011011100111101101011110 | fb539d6e7dfb539d6e7b5e |
SJIS-WIN | ?S?n}?S?n{^ | 0011111101010011001111110110111001111101001111110101001100111111011011100111101101011110 | 3f533f6e7d3f533f6e7b5e |
EUC-JP | ûS?n}ûS?n{^ | 100011111010101111100101010100110011111101101110011111011000111110101011111001010101001100111111011011100111101101011110 | 8fabe5533f6e7d8fabe5533f6e7b5e |
UTF-8 | ûSn}ûSn{^ | 110000111011101101010011110000101001110101101110011111011100001110111011010100111100001010011101011011100111101101011110 | c3bb53c29d6e7dc3bb53c29d6e7b5e |
UHC | ?S?n}?S?n{^ | 0011111101010011001111110110111001111101001111110101001100111111011011100111101101011110 | 3f533f6e7d3f533f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)