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 | ??U}??U{^ | 001111110011111101010101011111010011111100111111010101010111101101011110 | 3f3f557d3f3f557b5e |
SJIS-WIN | 脛U}脛U{^ | 11110011101100111110001111111000010101010111110111110011101100111110001111111000010101010111101101011110 | f3b3e3f8557df3b3e3f8557b5e |
EUC-JP | ?脛U}?脛U{^ | 0011111111100110111110100101010101111101001111111110011011111010010101010111101101011110 | 3fe6fa557d3fe6fa557b5e |
UTF-8 | 脛U}脛U{^ | 1110111010001010101001101110100010000100100110110101010101111101111011101000101010100110111010001000010010011011010101010111101101011110 | ee8aa6e8849b557dee8aa6e8849b557b5e |
UHC | ?脛U}?脛U{^ | 0011111111001100111010110101010101111101001111111100110011101011010101010111101101011110 | 3fcceb557d3fcceb557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)