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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 脛鵈}脛鵈{^ | 1110001111111000111010011111110001111101111000111111100011101001111111000111101101011110 | e3f8e9fc7de3f8e9fc7b5e |
EUC-JP | 脛鵈}脛鵈{^ | 1110011011111010111100101111111001111101111001101111101011110010111111100111101101011110 | e6faf2fe7de6faf2fe7b5e |
UTF-8 | 脛鵈}脛鵈{^ | 111010001000010010011011111010011011010110001000011111011110100010000100100110111110100110110101100010000111101101011110 | e8849be9b5887de8849be9b5887b5e |
UHC | 脛?}脛?{^ | 110011001110101100111111011111011100110011101011001111110111101101011110 | cceb3f7dcceb3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)