charset = "utf-8"; $this->defaultCharset = $this->charset; $this->defaultMb["language"] = mb_language(); $this->defaultMb["encoding"] = mb_internal_encoding(); } // Set mail parameters function set($to, $subject, $body, $frommail = null, $fromname = null) { $this->to = $to; $this->subject = $subject; $this->body = $body; $this->frommail = $frommail; $this->fromname = $fromname; } // Set carbon copy function setCc($cc) { $this->cc[] = $cc; } // Set blind carbon copy function setBcc($bcc) { $this->bcc = $bcc; } // Set charset function setCharset($charset) { $this->defaultCharset = $charset; } // Send e-mail function sendmail() { $this->setMb(); $this->convertEncoding(); mail($this->to, $this->createSubject(), $this->createBody(), $this->createHeader()); $this->restoreMb(); } // Create mail subject function createSubject() { return $this->encodeMimeheader($this->subject); } // Create mail body function createBody() { return base64_encode($this->body); } // Create header message function createHeader() { // Basic part $header = "MIME-Version: 1.0 \n"; $header .="Content-Type: text/plain; charset=".$this->charset."\n"; $header .="Content-Transfer-Encoding: base64\n"; // "From" and "Reply-To" part if($this->frommail) { if($this->fromname) { $header .="From: ".$this->encodeMimeheader($this->fromname)."<".$this->frommail.">\n"; $header .="Reply-To: ".$this->encodeMimeheader($this->fromname)."<".$this->frommail.">\n"; } else { $header .="From: <".$this->frommail.">\n"; $header .="Reply-To: <".$this->frommail.">\n"; } } elseif($this->fromname) { $header .="From: ".$this->encodeMimeheader($this->fromname)."\n"; $header .="Reply-To: ".$this->encodeMimeheader($this->fromname)."\n"; } // "CC" part if($this->cc) { foreach($this->cc as $mail) { $header .= "CC: ".$mail."\n"; } } // "BCC" part if($this->bcc) { foreach($this->bcc as $mail) { $header .= "BCC: ".$mail."\n"; } } return $header; } // Convert encoding of multibyte strings function convertEncoding() { $this->subject = $this->convert($this->subject); $this->body = $this->convert($this->body); $this->fromname = $this->convert($this->fromname); } // Convert encoding function convert($str) { return mb_convert_encoding(mb_convert_encoding($str, "SJIS-win", $this->defaultCharset), $this->charset, "SJIS-win"); } // Convert mime header strings function encodeMimeheader($str) { return "=?".$this->charset."?B?".base64_encode($str)."?="; } // Set multibyte setting function setMb() { mb_language("japanese"); mb_internal_encoding($this->charset); } // Restore multibyte setting to default setting function restoreMb() { mb_language($this->defaultMb["language"]); mb_internal_encoding($this->defaultMb["encoding"]); } } ?> Quotation - Variety of fuses made by HINODE ELECTRIC CO., LTD

Quotation

Request for quotation form

Please fill out the form below and press "Send".
Fields with an asterisk (*) are required.
We will reply to your enquiry within 2-3 working days.

Hinode Calendar Key (colored: day off)

Feb 2016
Sun Mon Tue Wed Thu Fri Sat
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29          
Mar 2016
Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    

HINODE ELECTRIC Co., Ltd. has authorized distributors in the following countries.
Customers from the countries below please contact the authorized distributor listed.
We ask that customers from outside the locations below to contact us through the contact form.


North America
【USA】
Precision Zone Inc.
URL: www.precisionzone.com E-mail:
Tel: 847-465-9060 Fax: 847-465-9075

Southeast Asia
【Singapore / Malaysia / Indonesia / Philippines】
Quadrep Marketing (S) Pte. Ltd.
URL: http://www.quadrep.com.sg E-mail:
Tel: +65 63461933 x 103 Fax: +65 63461911

【Thailand】
In case of inquiry for maintenance or repair fuses in Thailand,
please make contact with T.C.E. (1987) CO.,LTD. Thank you.

T.C.E. (1987) CO.,LTD.
URL: http://www.tce1987.co.th E-mail:
Tel: (662) 2430557 - 60 , (662)-2417405 Fax: (662) 6687797

Quadrep Marketing (S) Pte. Ltd.
URL: http://www.quadrep.com.sg E-mail:
Tel: +65 63461933 x 103 Fax: +65 63461911

【Vietnam】
T.C.E. (1987) CO.,LTD.
URL: URL: http://www.tce1987.co.th E-mail:
Tel: (662) 2430557 - 60 , (662)-2417405 Fax: (662) 6687797

Quadrep Marketing (S) Pte. Ltd.
URL: http://www.quadrep.com.sg E-mail:
Tel: +65 63461933 x 103 Fax: +65 63461911

Asia
【China】
Sintec International Ltd.
URL: http://a991332.s135.gzonet.com/en/index.asp E-mail:
TEL: 0755-83551943 FAX: 0755-83551494

【Taiwan / Hong Kong】
Top Trade Co., Ltd.
URL: http://topcon.com.tw E-mail:
Tel: 02-2999-9431 Fax: 02-2278-1743

【Korea】
S&H Trading Co., Ltd.
URL: http://www.hinodekorea.co.kr E-mail:
Tel: 02-2686-8346 Fax: 02-2686-8347

We have distributors for certain region and countries.
Depending on the location where you are, we may introduce a distributor to you.

Fields with an asterisk (*) are required.
* Name
* Company Name
Division
* E-mail address
* Telephone number
* Fax number
Address
* Country
* Type of industry
* Request a quotation for
* Fuses will be used in
Part number
Quantity
After sending your inquiry, you will soon receive
our acknowledgementof receipt by e-mail.
If our auto-reply mail does not arrive to you, please contact us.