Convert ISO Latin 1, UTF-8, UTF-16, UTF-16LE or Base64 text to hex and vice versa


Settings Remark
Input Dependant on the selected Conversion enter:
  • A hexadecimal value

    Space " ", dash "-" and colon ":" separators within the hexadecimal number are all ignored.

    Example 1:

    00 eb 73 84 57 31 35 9c aa 70 b1 f0 fd a1 4a
    f0 e8 ed 76 74 0c a3 50 8c 86 d4 44 12 ad 54
    75 36 24 99 55 1d 38 a9 15 e1 14 e8 92 d8 e7
    0a 32 d8 93 3e a5 32 70 b7 77 c6 07 f4 f3 93
    98 6c c1 98 85


    Example 2:

    00-eb-73-84-57-31-35-9c-aa-70-b1-f0-fd-a1-4a-
    f0-e8-ed-76-74-0c-a3-50-8c-86-d4-44-12-ad-54-
    75-36-24-99-55-1d-38-a9-15-e1-14-e8-92-d8-e7-
    0a-32-d8-93-3e-a5-32-70-b7-77-c6-07-f4-f3-93-
    98-6c-c1-98-85


    Example 3:

    00:eb:73:84:57:31:35:9c:aa:70:b1:f0:fd:a1:4a:
    f0:e8:ed:76:74:0c:a3:50:8c:86:d4:44:12:ad:54:
    75:36:24:99:55:1d:38:a9:15:e1:14:e8:92:d8:e7:
    0a:32:d8:93:3e:a5:32:70:b7:77:c6:07:f4:f3:93:
    98:6c:c1:98:85


    Example 4:

    00eb73845731359caa70b1f0fda14a
    f0e8ed76740ca3508c86d44412ad54
    75362499551d38a915e114e892d8e7
    0a32d8933ea53270b777c607f4f393
    986cc19885


  • A text (containing ISO Latin 1, UTF-8, UTF-16 or UTF-16LE characters)

    Example 1 (ISO Latin 1 characters):

    The Borg says: "Resistance is futile"

    Example 1 (UTF-8, UTF-16 or UTF-16LE characters):

    The Borg says: "抵抗是徒劳的"

  • A Base64 encoded text

    A Base64 string looks like: SGVsbG8gV29ybGQh

    A Base64 string only contains the following characters:
    abcdefghijklmnopqrstuvwxyz
    ABCDEFGHIJKLMNOPQRSTUVWXYZ
    0123456789
    +/=