In digital electronics Code converters are logic circuits that translate data from one binary code format to another (e.g., Binary to BCD, BCD to Gray, BCD to Excess-3) to enable communication between systems. The paper n-bit Code Converters Using Verilog includes three Decoders 4-bit Gray to Binary and 4-bit Binary to Gray Code Converters. The two Code Converters are designed, simulated and Synthesized Using Verilog. The Verilog Modules of each Code Converter are developed and Synthesized to obtain RTL and Technology schematics. In the next step, The Verilog Test benches are developed for each Code Converter and simulated using Behavioral simulation to obtain the Output waveforms. Next The Output waveforms are verified as per the given Truth Tables. The design summary of each Code Converter can be obtained after synthesization and simulation. The design summary includes Timing Summary, Device Utilization Summary, Primitive and Black Box Usage and Timing Reports etc. In future n-bit Code Converters can be further implemented for increased value of n with all possible input combinations. n-bit Code Converters can be designed Using VHDL as well as other HDL languages also and the design can be implemented using Field Programmable Gate Array(FPGA).