fork download
  1. public class Program {
  2. public static void Main() => System.Console.WriteLine(System.Convert.ToString(System.Convert.ToInt32("4F56A", 16), 2));
  3. }
  4.  
  5. //https://pt.stackoverflow.com/q/127961/101
Success #stdin #stdout 0.02s 15980KB
stdin
Standard input is empty
stdout
1001111010101101010