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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 脛\}脛\{^ | 11110011101100111110001111111000010111000111110111110011101100111110001111111000010111000111101101011110 | f3b3e3f85c7df3b3e3f85c7b5e |
EUC-JP | ?脛\}?脛\{^ | 0011111111100110111110100101110001111101001111111110011011111010010111000111101101011110 | 3fe6fa5c7d3fe6fa5c7b5e |
UTF-8 | 脛\}脛\{^ | 1110111010001010101001101110100010000100100110110101110001111101111011101000101010100110111010001000010010011011010111000111101101011110 | ee8aa6e8849b5c7dee8aa6e8849b5c7b5e |
UHC | ?脛\}?脛\{^ | 0011111111001100111010110101110001111101001111111100110011101011010111000111101101011110 | 3fcceb5c7d3fcceb5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)