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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 珀魎[珀魎[^ | 1110000011011111111010011011001001011011111000001101111111101001101100100101101101011110 | e0dfe9b25be0dfe9b25b5e |
EUC-JP | 珀魎[珀魎[^ | 1110000011100001111100101011010001011011111000001110000111110010101101000101101101011110 | e0e1f2b45be0e1f2b45b5e |
UTF-8 | 珀魎[珀魎[^ | 111001111000111110000000111010011010110110001110010110111110011110001111100000001110100110101101100011100101101101011110 | e78f80e9ad8e5be78f80e9ad8e5b5e |
UHC | 珀?[珀?[^ | 110110101101011000111111010110111101101011010110001111110101101101011110 | dad63f5bdad63f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)