Created
September 7, 2023 12:00
-
-
Save GregTonoski/3b58ecfc20583d9884b229f3f244c581 to your computer and use it in GitHub Desktop.
Convert BIP39 English words to hexadicimal number (HEX)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# bip39_eng_words_to_hex.sh: convert BIP39 English words to hexadicimal number (HEX). | |
# Examples: | |
# $ bash bip39_eng_words_to_hex.sh "milk sad wage cup reward umbrella raven visa give list decorate bulb gold raise twenty fly manual stand float super gentle climb fold park" | |
hex_abandon=0x000 | |
hex_ability=0x001 | |
hex_able=0x002 | |
hex_about=0x003 | |
hex_above=0x004 | |
hex_absent=0x005 | |
hex_absorb=0x006 | |
hex_abstract=0x007 | |
hex_absurd=0x008 | |
hex_abuse=0x009 | |
hex_access=0x00A | |
hex_accident=0x00B | |
hex_account=0x00C | |
hex_accuse=0x00D | |
hex_achieve=0x00E | |
hex_acid=0x00F | |
hex_acoustic=0x010 | |
hex_acquire=0x011 | |
hex_across=0x012 | |
hex_act=0x013 | |
hex_action=0x014 | |
hex_actor=0x015 | |
hex_actress=0x016 | |
hex_actual=0x017 | |
hex_adapt=0x018 | |
hex_add=0x019 | |
hex_addict=0x01A | |
hex_address=0x01B | |
hex_adjust=0x01C | |
hex_admit=0x01D | |
hex_adult=0x01E | |
hex_advance=0x01F | |
hex_advice=0x020 | |
hex_aerobic=0x021 | |
hex_affair=0x022 | |
hex_afford=0x023 | |
hex_afraid=0x024 | |
hex_again=0x025 | |
hex_age=0x026 | |
hex_agent=0x027 | |
hex_agree=0x028 | |
hex_ahead=0x029 | |
hex_aim=0x02A | |
hex_air=0x02B | |
hex_airport=0x02C | |
hex_aisle=0x02D | |
hex_alarm=0x02E | |
hex_album=0x02F | |
hex_alcohol=0x030 | |
hex_alert=0x031 | |
hex_alien=0x032 | |
hex_all=0x033 | |
hex_alley=0x034 | |
hex_allow=0x035 | |
hex_almost=0x036 | |
hex_alone=0x037 | |
hex_alpha=0x038 | |
hex_already=0x039 | |
hex_also=0x03A | |
hex_alter=0x03B | |
hex_always=0x03C | |
hex_amateur=0x03D | |
hex_amazing=0x03E | |
hex_among=0x03F | |
hex_amount=0x040 | |
hex_amused=0x041 | |
hex_analyst=0x042 | |
hex_anchor=0x043 | |
hex_ancient=0x044 | |
hex_anger=0x045 | |
hex_angle=0x046 | |
hex_angry=0x047 | |
hex_animal=0x048 | |
hex_ankle=0x049 | |
hex_announce=0x04A | |
hex_annual=0x04B | |
hex_another=0x04C | |
hex_answer=0x04D | |
hex_antenna=0x04E | |
hex_antique=0x04F | |
hex_anxiety=0x050 | |
hex_any=0x051 | |
hex_apart=0x052 | |
hex_apology=0x053 | |
hex_appear=0x054 | |
hex_apple=0x055 | |
hex_approve=0x056 | |
hex_april=0x057 | |
hex_arch=0x058 | |
hex_arctic=0x059 | |
hex_area=0x05A | |
hex_arena=0x05B | |
hex_argue=0x05C | |
hex_arm=0x05D | |
hex_armed=0x05E | |
hex_armor=0x05F | |
hex_army=0x060 | |
hex_around=0x061 | |
hex_arrange=0x062 | |
hex_arrest=0x063 | |
hex_arrive=0x064 | |
hex_arrow=0x065 | |
hex_art=0x066 | |
hex_artefact=0x067 | |
hex_artist=0x068 | |
hex_artwork=0x069 | |
hex_ask=0x06A | |
hex_aspect=0x06B | |
hex_assault=0x06C | |
hex_asset=0x06D | |
hex_assist=0x06E | |
hex_assume=0x06F | |
hex_asthma=0x070 | |
hex_athlete=0x071 | |
hex_atom=0x072 | |
hex_attack=0x073 | |
hex_attend=0x074 | |
hex_attitude=0x075 | |
hex_attract=0x076 | |
hex_auction=0x077 | |
hex_audit=0x078 | |
hex_august=0x079 | |
hex_aunt=0x07A | |
hex_author=0x07B | |
hex_auto=0x07C | |
hex_autumn=0x07D | |
hex_average=0x07E | |
hex_avocado=0x07F | |
hex_avoid=0x080 | |
hex_awake=0x081 | |
hex_aware=0x082 | |
hex_away=0x083 | |
hex_awesome=0x084 | |
hex_awful=0x085 | |
hex_awkward=0x086 | |
hex_axis=0x087 | |
hex_baby=0x088 | |
hex_bachelor=0x089 | |
hex_bacon=0x08A | |
hex_badge=0x08B | |
hex_bag=0x08C | |
hex_balance=0x08D | |
hex_balcony=0x08E | |
hex_ball=0x08F | |
hex_bamboo=0x090 | |
hex_banana=0x091 | |
hex_banner=0x092 | |
hex_bar=0x093 | |
hex_barely=0x094 | |
hex_bargain=0x095 | |
hex_barrel=0x096 | |
hex_base=0x097 | |
hex_basic=0x098 | |
hex_basket=0x099 | |
hex_battle=0x09A | |
hex_beach=0x09B | |
hex_bean=0x09C | |
hex_beauty=0x09D | |
hex_because=0x09E | |
hex_become=0x09F | |
hex_beef=0x0A0 | |
hex_before=0x0A1 | |
hex_begin=0x0A2 | |
hex_behave=0x0A3 | |
hex_behind=0x0A4 | |
hex_believe=0x0A5 | |
hex_below=0x0A6 | |
hex_belt=0x0A7 | |
hex_bench=0x0A8 | |
hex_benefit=0x0A9 | |
hex_best=0x0AA | |
hex_betray=0x0AB | |
hex_better=0x0AC | |
hex_between=0x0AD | |
hex_beyond=0x0AE | |
hex_bicycle=0x0AF | |
hex_bid=0x0B0 | |
hex_bike=0x0B1 | |
hex_bind=0x0B2 | |
hex_biology=0x0B3 | |
hex_bird=0x0B4 | |
hex_birth=0x0B5 | |
hex_bitter=0x0B6 | |
hex_black=0x0B7 | |
hex_blade=0x0B8 | |
hex_blame=0x0B9 | |
hex_blanket=0x0BA | |
hex_blast=0x0BB | |
hex_bleak=0x0BC | |
hex_bless=0x0BD | |
hex_blind=0x0BE | |
hex_blood=0x0BF | |
hex_blossom=0x0C0 | |
hex_blouse=0x0C1 | |
hex_blue=0x0C2 | |
hex_blur=0x0C3 | |
hex_blush=0x0C4 | |
hex_board=0x0C5 | |
hex_boat=0x0C6 | |
hex_body=0x0C7 | |
hex_boil=0x0C8 | |
hex_bomb=0x0C9 | |
hex_bone=0x0CA | |
hex_bonus=0x0CB | |
hex_book=0x0CC | |
hex_boost=0x0CD | |
hex_border=0x0CE | |
hex_boring=0x0CF | |
hex_borrow=0x0D0 | |
hex_boss=0x0D1 | |
hex_bottom=0x0D2 | |
hex_bounce=0x0D3 | |
hex_box=0x0D4 | |
hex_boy=0x0D5 | |
hex_bracket=0x0D6 | |
hex_brain=0x0D7 | |
hex_brand=0x0D8 | |
hex_brass=0x0D9 | |
hex_brave=0x0DA | |
hex_bread=0x0DB | |
hex_breeze=0x0DC | |
hex_brick=0x0DD | |
hex_bridge=0x0DE | |
hex_brief=0x0DF | |
hex_bright=0x0E0 | |
hex_bring=0x0E1 | |
hex_brisk=0x0E2 | |
hex_broccoli=0x0E3 | |
hex_broken=0x0E4 | |
hex_bronze=0x0E5 | |
hex_broom=0x0E6 | |
hex_brother=0x0E7 | |
hex_brown=0x0E8 | |
hex_brush=0x0E9 | |
hex_bubble=0x0EA | |
hex_buddy=0x0EB | |
hex_budget=0x0EC | |
hex_buffalo=0x0ED | |
hex_build=0x0EE | |
hex_bulb=0x0EF | |
hex_bulk=0x0F0 | |
hex_bullet=0x0F1 | |
hex_bundle=0x0F2 | |
hex_bunker=0x0F3 | |
hex_burden=0x0F4 | |
hex_burger=0x0F5 | |
hex_burst=0x0F6 | |
hex_bus=0x0F7 | |
hex_business=0x0F8 | |
hex_busy=0x0F9 | |
hex_butter=0x0FA | |
hex_buyer=0x0FB | |
hex_buzz=0x0FC | |
hex_cabbage=0x0FD | |
hex_cabin=0x0FE | |
hex_cable=0x0FF | |
hex_cactus=0x100 | |
hex_cage=0x101 | |
hex_cake=0x102 | |
hex_call=0x103 | |
hex_calm=0x104 | |
hex_camera=0x105 | |
hex_camp=0x106 | |
hex_can=0x107 | |
hex_canal=0x108 | |
hex_cancel=0x109 | |
hex_candy=0x10A | |
hex_cannon=0x10B | |
hex_canoe=0x10C | |
hex_canvas=0x10D | |
hex_canyon=0x10E | |
hex_capable=0x10F | |
hex_capital=0x110 | |
hex_captain=0x111 | |
hex_car=0x112 | |
hex_carbon=0x113 | |
hex_card=0x114 | |
hex_cargo=0x115 | |
hex_carpet=0x116 | |
hex_carry=0x117 | |
hex_cart=0x118 | |
hex_case=0x119 | |
hex_cash=0x11A | |
hex_casino=0x11B | |
hex_castle=0x11C | |
hex_casual=0x11D | |
hex_cat=0x11E | |
hex_catalog=0x11F | |
hex_catch=0x120 | |
hex_category=0x121 | |
hex_cattle=0x122 | |
hex_caught=0x123 | |
hex_cause=0x124 | |
hex_caution=0x125 | |
hex_cave=0x126 | |
hex_ceiling=0x127 | |
hex_celery=0x128 | |
hex_cement=0x129 | |
hex_census=0x12A | |
hex_century=0x12B | |
hex_cereal=0x12C | |
hex_certain=0x12D | |
hex_chair=0x12E | |
hex_chalk=0x12F | |
hex_champion=0x130 | |
hex_change=0x131 | |
hex_chaos=0x132 | |
hex_chapter=0x133 | |
hex_charge=0x134 | |
hex_chase=0x135 | |
hex_chat=0x136 | |
hex_cheap=0x137 | |
hex_check=0x138 | |
hex_cheese=0x139 | |
hex_chef=0x13A | |
hex_cherry=0x13B | |
hex_chest=0x13C | |
hex_chicken=0x13D | |
hex_chief=0x13E | |
hex_child=0x13F | |
hex_chimney=0x140 | |
hex_choice=0x141 | |
hex_choose=0x142 | |
hex_chronic=0x143 | |
hex_chuckle=0x144 | |
hex_chunk=0x145 | |
hex_churn=0x146 | |
hex_cigar=0x147 | |
hex_cinnamon=0x148 | |
hex_circle=0x149 | |
hex_citizen=0x14A | |
hex_city=0x14B | |
hex_civil=0x14C | |
hex_claim=0x14D | |
hex_clap=0x14E | |
hex_clarify=0x14F | |
hex_claw=0x150 | |
hex_clay=0x151 | |
hex_clean=0x152 | |
hex_clerk=0x153 | |
hex_clever=0x154 | |
hex_click=0x155 | |
hex_client=0x156 | |
hex_cliff=0x157 | |
hex_climb=0x158 | |
hex_clinic=0x159 | |
hex_clip=0x15A | |
hex_clock=0x15B | |
hex_clog=0x15C | |
hex_close=0x15D | |
hex_cloth=0x15E | |
hex_cloud=0x15F | |
hex_clown=0x160 | |
hex_club=0x161 | |
hex_clump=0x162 | |
hex_cluster=0x163 | |
hex_clutch=0x164 | |
hex_coach=0x165 | |
hex_coast=0x166 | |
hex_coconut=0x167 | |
hex_code=0x168 | |
hex_coffee=0x169 | |
hex_coil=0x16A | |
hex_coin=0x16B | |
hex_collect=0x16C | |
hex_color=0x16D | |
hex_column=0x16E | |
hex_combine=0x16F | |
hex_come=0x170 | |
hex_comfort=0x171 | |
hex_comic=0x172 | |
hex_common=0x173 | |
hex_company=0x174 | |
hex_concert=0x175 | |
hex_conduct=0x176 | |
hex_confirm=0x177 | |
hex_congress=0x178 | |
hex_connect=0x179 | |
hex_consider=0x17A | |
hex_control=0x17B | |
hex_convince=0x17C | |
hex_cook=0x17D | |
hex_cool=0x17E | |
hex_copper=0x17F | |
hex_copy=0x180 | |
hex_coral=0x181 | |
hex_core=0x182 | |
hex_corn=0x183 | |
hex_correct=0x184 | |
hex_cost=0x185 | |
hex_cotton=0x186 | |
hex_couch=0x187 | |
hex_country=0x188 | |
hex_couple=0x189 | |
hex_course=0x18A | |
hex_cousin=0x18B | |
hex_cover=0x18C | |
hex_coyote=0x18D | |
hex_crack=0x18E | |
hex_cradle=0x18F | |
hex_craft=0x190 | |
hex_cram=0x191 | |
hex_crane=0x192 | |
hex_crash=0x193 | |
hex_crater=0x194 | |
hex_crawl=0x195 | |
hex_crazy=0x196 | |
hex_cream=0x197 | |
hex_credit=0x198 | |
hex_creek=0x199 | |
hex_crew=0x19A | |
hex_cricket=0x19B | |
hex_crime=0x19C | |
hex_crisp=0x19D | |
hex_critic=0x19E | |
hex_crop=0x19F | |
hex_cross=0x1A0 | |
hex_crouch=0x1A1 | |
hex_crowd=0x1A2 | |
hex_crucial=0x1A3 | |
hex_cruel=0x1A4 | |
hex_cruise=0x1A5 | |
hex_crumble=0x1A6 | |
hex_crunch=0x1A7 | |
hex_crush=0x1A8 | |
hex_cry=0x1A9 | |
hex_crystal=0x1AA | |
hex_cube=0x1AB | |
hex_culture=0x1AC | |
hex_cup=0x1AD | |
hex_cupboard=0x1AE | |
hex_curious=0x1AF | |
hex_current=0x1B0 | |
hex_curtain=0x1B1 | |
hex_curve=0x1B2 | |
hex_cushion=0x1B3 | |
hex_custom=0x1B4 | |
hex_cute=0x1B5 | |
hex_cycle=0x1B6 | |
hex_dad=0x1B7 | |
hex_damage=0x1B8 | |
hex_damp=0x1B9 | |
hex_dance=0x1BA | |
hex_danger=0x1BB | |
hex_daring=0x1BC | |
hex_dash=0x1BD | |
hex_daughter=0x1BE | |
hex_dawn=0x1BF | |
hex_day=0x1C0 | |
hex_deal=0x1C1 | |
hex_debate=0x1C2 | |
hex_debris=0x1C3 | |
hex_decade=0x1C4 | |
hex_december=0x1C5 | |
hex_decide=0x1C6 | |
hex_decline=0x1C7 | |
hex_decorate=0x1C8 | |
hex_decrease=0x1C9 | |
hex_deer=0x1CA | |
hex_defense=0x1CB | |
hex_define=0x1CC | |
hex_defy=0x1CD | |
hex_degree=0x1CE | |
hex_delay=0x1CF | |
hex_deliver=0x1D0 | |
hex_demand=0x1D1 | |
hex_demise=0x1D2 | |
hex_denial=0x1D3 | |
hex_dentist=0x1D4 | |
hex_deny=0x1D5 | |
hex_depart=0x1D6 | |
hex_depend=0x1D7 | |
hex_deposit=0x1D8 | |
hex_depth=0x1D9 | |
hex_deputy=0x1DA | |
hex_derive=0x1DB | |
hex_describe=0x1DC | |
hex_desert=0x1DD | |
hex_design=0x1DE | |
hex_desk=0x1DF | |
hex_despair=0x1E0 | |
hex_destroy=0x1E1 | |
hex_detail=0x1E2 | |
hex_detect=0x1E3 | |
hex_develop=0x1E4 | |
hex_device=0x1E5 | |
hex_devote=0x1E6 | |
hex_diagram=0x1E7 | |
hex_dial=0x1E8 | |
hex_diamond=0x1E9 | |
hex_diary=0x1EA | |
hex_dice=0x1EB | |
hex_diesel=0x1EC | |
hex_diet=0x1ED | |
hex_differ=0x1EE | |
hex_digital=0x1EF | |
hex_dignity=0x1F0 | |
hex_dilemma=0x1F1 | |
hex_dinner=0x1F2 | |
hex_dinosaur=0x1F3 | |
hex_direct=0x1F4 | |
hex_dirt=0x1F5 | |
hex_disagree=0x1F6 | |
hex_discover=0x1F7 | |
hex_disease=0x1F8 | |
hex_dish=0x1F9 | |
hex_dismiss=0x1FA | |
hex_disorder=0x1FB | |
hex_display=0x1FC | |
hex_distance=0x1FD | |
hex_divert=0x1FE | |
hex_divide=0x1FF | |
hex_divorce=0x200 | |
hex_dizzy=0x201 | |
hex_doctor=0x202 | |
hex_document=0x203 | |
hex_dog=0x204 | |
hex_doll=0x205 | |
hex_dolphin=0x206 | |
hex_domain=0x207 | |
hex_donate=0x208 | |
hex_donkey=0x209 | |
hex_donor=0x20A | |
hex_door=0x20B | |
hex_dose=0x20C | |
hex_double=0x20D | |
hex_dove=0x20E | |
hex_draft=0x20F | |
hex_dragon=0x210 | |
hex_drama=0x211 | |
hex_drastic=0x212 | |
hex_draw=0x213 | |
hex_dream=0x214 | |
hex_dress=0x215 | |
hex_drift=0x216 | |
hex_drill=0x217 | |
hex_drink=0x218 | |
hex_drip=0x219 | |
hex_drive=0x21A | |
hex_drop=0x21B | |
hex_drum=0x21C | |
hex_dry=0x21D | |
hex_duck=0x21E | |
hex_dumb=0x21F | |
hex_dune=0x220 | |
hex_during=0x221 | |
hex_dust=0x222 | |
hex_dutch=0x223 | |
hex_duty=0x224 | |
hex_dwarf=0x225 | |
hex_dynamic=0x226 | |
hex_eager=0x227 | |
hex_eagle=0x228 | |
hex_early=0x229 | |
hex_earn=0x22A | |
hex_earth=0x22B | |
hex_easily=0x22C | |
hex_east=0x22D | |
hex_easy=0x22E | |
hex_echo=0x22F | |
hex_ecology=0x230 | |
hex_economy=0x231 | |
hex_edge=0x232 | |
hex_edit=0x233 | |
hex_educate=0x234 | |
hex_effort=0x235 | |
hex_egg=0x236 | |
hex_eight=0x237 | |
hex_either=0x238 | |
hex_elbow=0x239 | |
hex_elder=0x23A | |
hex_electric=0x23B | |
hex_elegant=0x23C | |
hex_element=0x23D | |
hex_elephant=0x23E | |
hex_elevator=0x23F | |
hex_elite=0x240 | |
hex_else=0x241 | |
hex_embark=0x242 | |
hex_embody=0x243 | |
hex_embrace=0x244 | |
hex_emerge=0x245 | |
hex_emotion=0x246 | |
hex_employ=0x247 | |
hex_empower=0x248 | |
hex_empty=0x249 | |
hex_enable=0x24A | |
hex_enact=0x24B | |
hex_end=0x24C | |
hex_endless=0x24D | |
hex_endorse=0x24E | |
hex_enemy=0x24F | |
hex_energy=0x250 | |
hex_enforce=0x251 | |
hex_engage=0x252 | |
hex_engine=0x253 | |
hex_enhance=0x254 | |
hex_enjoy=0x255 | |
hex_enlist=0x256 | |
hex_enough=0x257 | |
hex_enrich=0x258 | |
hex_enroll=0x259 | |
hex_ensure=0x25A | |
hex_enter=0x25B | |
hex_entire=0x25C | |
hex_entry=0x25D | |
hex_envelope=0x25E | |
hex_episode=0x25F | |
hex_equal=0x260 | |
hex_equip=0x261 | |
hex_era=0x262 | |
hex_erase=0x263 | |
hex_erode=0x264 | |
hex_erosion=0x265 | |
hex_error=0x266 | |
hex_erupt=0x267 | |
hex_escape=0x268 | |
hex_essay=0x269 | |
hex_essence=0x26A | |
hex_estate=0x26B | |
hex_eternal=0x26C | |
hex_ethics=0x26D | |
hex_evidence=0x26E | |
hex_evil=0x26F | |
hex_evoke=0x270 | |
hex_evolve=0x271 | |
hex_exact=0x272 | |
hex_example=0x273 | |
hex_excess=0x274 | |
hex_exchange=0x275 | |
hex_excite=0x276 | |
hex_exclude=0x277 | |
hex_excuse=0x278 | |
hex_execute=0x279 | |
hex_exercise=0x27A | |
hex_exhaust=0x27B | |
hex_exhibit=0x27C | |
hex_exile=0x27D | |
hex_exist=0x27E | |
hex_exit=0x27F | |
hex_exotic=0x280 | |
hex_expand=0x281 | |
hex_expect=0x282 | |
hex_expire=0x283 | |
hex_explain=0x284 | |
hex_expose=0x285 | |
hex_express=0x286 | |
hex_extend=0x287 | |
hex_extra=0x288 | |
hex_eye=0x289 | |
hex_eyebrow=0x28A | |
hex_fabric=0x28B | |
hex_face=0x28C | |
hex_faculty=0x28D | |
hex_fade=0x28E | |
hex_faint=0x28F | |
hex_faith=0x290 | |
hex_fall=0x291 | |
hex_false=0x292 | |
hex_fame=0x293 | |
hex_family=0x294 | |
hex_famous=0x295 | |
hex_fan=0x296 | |
hex_fancy=0x297 | |
hex_fantasy=0x298 | |
hex_farm=0x299 | |
hex_fashion=0x29A | |
hex_fat=0x29B | |
hex_fatal=0x29C | |
hex_father=0x29D | |
hex_fatigue=0x29E | |
hex_fault=0x29F | |
hex_favorite=0x2A0 | |
hex_feature=0x2A1 | |
hex_february=0x2A2 | |
hex_federal=0x2A3 | |
hex_fee=0x2A4 | |
hex_feed=0x2A5 | |
hex_feel=0x2A6 | |
hex_female=0x2A7 | |
hex_fence=0x2A8 | |
hex_festival=0x2A9 | |
hex_fetch=0x2AA | |
hex_fever=0x2AB | |
hex_few=0x2AC | |
hex_fiber=0x2AD | |
hex_fiction=0x2AE | |
hex_field=0x2AF | |
hex_figure=0x2B0 | |
hex_file=0x2B1 | |
hex_film=0x2B2 | |
hex_filter=0x2B3 | |
hex_final=0x2B4 | |
hex_find=0x2B5 | |
hex_fine=0x2B6 | |
hex_finger=0x2B7 | |
hex_finish=0x2B8 | |
hex_fire=0x2B9 | |
hex_firm=0x2BA | |
hex_first=0x2BB | |
hex_fiscal=0x2BC | |
hex_fish=0x2BD | |
hex_fit=0x2BE | |
hex_fitness=0x2BF | |
hex_fix=0x2C0 | |
hex_flag=0x2C1 | |
hex_flame=0x2C2 | |
hex_flash=0x2C3 | |
hex_flat=0x2C4 | |
hex_flavor=0x2C5 | |
hex_flee=0x2C6 | |
hex_flight=0x2C7 | |
hex_flip=0x2C8 | |
hex_float=0x2C9 | |
hex_flock=0x2CA | |
hex_floor=0x2CB | |
hex_flower=0x2CC | |
hex_fluid=0x2CD | |
hex_flush=0x2CE | |
hex_fly=0x2CF | |
hex_foam=0x2D0 | |
hex_focus=0x2D1 | |
hex_fog=0x2D2 | |
hex_foil=0x2D3 | |
hex_fold=0x2D4 | |
hex_follow=0x2D5 | |
hex_food=0x2D6 | |
hex_foot=0x2D7 | |
hex_force=0x2D8 | |
hex_forest=0x2D9 | |
hex_forget=0x2DA | |
hex_fork=0x2DB | |
hex_fortune=0x2DC | |
hex_forum=0x2DD | |
hex_forward=0x2DE | |
hex_fossil=0x2DF | |
hex_foster=0x2E0 | |
hex_found=0x2E1 | |
hex_fox=0x2E2 | |
hex_fragile=0x2E3 | |
hex_frame=0x2E4 | |
hex_frequent=0x2E5 | |
hex_fresh=0x2E6 | |
hex_friend=0x2E7 | |
hex_fringe=0x2E8 | |
hex_frog=0x2E9 | |
hex_front=0x2EA | |
hex_frost=0x2EB | |
hex_frown=0x2EC | |
hex_frozen=0x2ED | |
hex_fruit=0x2EE | |
hex_fuel=0x2EF | |
hex_fun=0x2F0 | |
hex_funny=0x2F1 | |
hex_furnace=0x2F2 | |
hex_fury=0x2F3 | |
hex_future=0x2F4 | |
hex_gadget=0x2F5 | |
hex_gain=0x2F6 | |
hex_galaxy=0x2F7 | |
hex_gallery=0x2F8 | |
hex_game=0x2F9 | |
hex_gap=0x2FA | |
hex_garage=0x2FB | |
hex_garbage=0x2FC | |
hex_garden=0x2FD | |
hex_garlic=0x2FE | |
hex_garment=0x2FF | |
hex_gas=0x300 | |
hex_gasp=0x301 | |
hex_gate=0x302 | |
hex_gather=0x303 | |
hex_gauge=0x304 | |
hex_gaze=0x305 | |
hex_general=0x306 | |
hex_genius=0x307 | |
hex_genre=0x308 | |
hex_gentle=0x309 | |
hex_genuine=0x30A | |
hex_gesture=0x30B | |
hex_ghost=0x30C | |
hex_giant=0x30D | |
hex_gift=0x30E | |
hex_giggle=0x30F | |
hex_ginger=0x310 | |
hex_giraffe=0x311 | |
hex_girl=0x312 | |
hex_give=0x313 | |
hex_glad=0x314 | |
hex_glance=0x315 | |
hex_glare=0x316 | |
hex_glass=0x317 | |
hex_glide=0x318 | |
hex_glimpse=0x319 | |
hex_globe=0x31A | |
hex_gloom=0x31B | |
hex_glory=0x31C | |
hex_glove=0x31D | |
hex_glow=0x31E | |
hex_glue=0x31F | |
hex_goat=0x320 | |
hex_goddess=0x321 | |
hex_gold=0x322 | |
hex_good=0x323 | |
hex_goose=0x324 | |
hex_gorilla=0x325 | |
hex_gospel=0x326 | |
hex_gossip=0x327 | |
hex_govern=0x328 | |
hex_gown=0x329 | |
hex_grab=0x32A | |
hex_grace=0x32B | |
hex_grain=0x32C | |
hex_grant=0x32D | |
hex_grape=0x32E | |
hex_grass=0x32F | |
hex_gravity=0x330 | |
hex_great=0x331 | |
hex_green=0x332 | |
hex_grid=0x333 | |
hex_grief=0x334 | |
hex_grit=0x335 | |
hex_grocery=0x336 | |
hex_group=0x337 | |
hex_grow=0x338 | |
hex_grunt=0x339 | |
hex_guard=0x33A | |
hex_guess=0x33B | |
hex_guide=0x33C | |
hex_guilt=0x33D | |
hex_guitar=0x33E | |
hex_gun=0x33F | |
hex_gym=0x340 | |
hex_habit=0x341 | |
hex_hair=0x342 | |
hex_half=0x343 | |
hex_hammer=0x344 | |
hex_hamster=0x345 | |
hex_hand=0x346 | |
hex_happy=0x347 | |
hex_harbor=0x348 | |
hex_hard=0x349 | |
hex_harsh=0x34A | |
hex_harvest=0x34B | |
hex_hat=0x34C | |
hex_have=0x34D | |
hex_hawk=0x34E | |
hex_hazard=0x34F | |
hex_head=0x350 | |
hex_health=0x351 | |
hex_heart=0x352 | |
hex_heavy=0x353 | |
hex_hedgehog=0x354 | |
hex_height=0x355 | |
hex_hello=0x356 | |
hex_helmet=0x357 | |
hex_help=0x358 | |
hex_hen=0x359 | |
hex_hero=0x35A | |
hex_hidden=0x35B | |
hex_high=0x35C | |
hex_hill=0x35D | |
hex_hint=0x35E | |
hex_hip=0x35F | |
hex_hire=0x360 | |
hex_history=0x361 | |
hex_hobby=0x362 | |
hex_hockey=0x363 | |
hex_hold=0x364 | |
hex_hole=0x365 | |
hex_holiday=0x366 | |
hex_hollow=0x367 | |
hex_home=0x368 | |
hex_honey=0x369 | |
hex_hood=0x36A | |
hex_hope=0x36B | |
hex_horn=0x36C | |
hex_horror=0x36D | |
hex_horse=0x36E | |
hex_hospital=0x36F | |
hex_host=0x370 | |
hex_hotel=0x371 | |
hex_hour=0x372 | |
hex_hover=0x373 | |
hex_hub=0x374 | |
hex_huge=0x375 | |
hex_human=0x376 | |
hex_humble=0x377 | |
hex_humor=0x378 | |
hex_hundred=0x379 | |
hex_hungry=0x37A | |
hex_hunt=0x37B | |
hex_hurdle=0x37C | |
hex_hurry=0x37D | |
hex_hurt=0x37E | |
hex_husband=0x37F | |
hex_hybrid=0x380 | |
hex_ice=0x381 | |
hex_icon=0x382 | |
hex_idea=0x383 | |
hex_identify=0x384 | |
hex_idle=0x385 | |
hex_ignore=0x386 | |
hex_ill=0x387 | |
hex_illegal=0x388 | |
hex_illness=0x389 | |
hex_image=0x38A | |
hex_imitate=0x38B | |
hex_immense=0x38C | |
hex_immune=0x38D | |
hex_impact=0x38E | |
hex_impose=0x38F | |
hex_improve=0x390 | |
hex_impulse=0x391 | |
hex_inch=0x392 | |
hex_include=0x393 | |
hex_income=0x394 | |
hex_increase=0x395 | |
hex_index=0x396 | |
hex_indicate=0x397 | |
hex_indoor=0x398 | |
hex_industry=0x399 | |
hex_infant=0x39A | |
hex_inflict=0x39B | |
hex_inform=0x39C | |
hex_inhale=0x39D | |
hex_inherit=0x39E | |
hex_initial=0x39F | |
hex_inject=0x3A0 | |
hex_injury=0x3A1 | |
hex_inmate=0x3A2 | |
hex_inner=0x3A3 | |
hex_innocent=0x3A4 | |
hex_input=0x3A5 | |
hex_inquiry=0x3A6 | |
hex_insane=0x3A7 | |
hex_insect=0x3A8 | |
hex_inside=0x3A9 | |
hex_inspire=0x3AA | |
hex_install=0x3AB | |
hex_intact=0x3AC | |
hex_interest=0x3AD | |
hex_into=0x3AE | |
hex_invest=0x3AF | |
hex_invite=0x3B0 | |
hex_involve=0x3B1 | |
hex_iron=0x3B2 | |
hex_island=0x3B3 | |
hex_isolate=0x3B4 | |
hex_issue=0x3B5 | |
hex_item=0x3B6 | |
hex_ivory=0x3B7 | |
hex_jacket=0x3B8 | |
hex_jaguar=0x3B9 | |
hex_jar=0x3BA | |
hex_jazz=0x3BB | |
hex_jealous=0x3BC | |
hex_jeans=0x3BD | |
hex_jelly=0x3BE | |
hex_jewel=0x3BF | |
hex_job=0x3C0 | |
hex_join=0x3C1 | |
hex_joke=0x3C2 | |
hex_journey=0x3C3 | |
hex_joy=0x3C4 | |
hex_judge=0x3C5 | |
hex_juice=0x3C6 | |
hex_jump=0x3C7 | |
hex_jungle=0x3C8 | |
hex_junior=0x3C9 | |
hex_junk=0x3CA | |
hex_just=0x3CB | |
hex_kangaroo=0x3CC | |
hex_keen=0x3CD | |
hex_keep=0x3CE | |
hex_ketchup=0x3CF | |
hex_key=0x3D0 | |
hex_kick=0x3D1 | |
hex_kid=0x3D2 | |
hex_kidney=0x3D3 | |
hex_kind=0x3D4 | |
hex_kingdom=0x3D5 | |
hex_kiss=0x3D6 | |
hex_kit=0x3D7 | |
hex_kitchen=0x3D8 | |
hex_kite=0x3D9 | |
hex_kitten=0x3DA | |
hex_kiwi=0x3DB | |
hex_knee=0x3DC | |
hex_knife=0x3DD | |
hex_knock=0x3DE | |
hex_know=0x3DF | |
hex_lab=0x3E0 | |
hex_label=0x3E1 | |
hex_labor=0x3E2 | |
hex_ladder=0x3E3 | |
hex_lady=0x3E4 | |
hex_lake=0x3E5 | |
hex_lamp=0x3E6 | |
hex_language=0x3E7 | |
hex_laptop=0x3E8 | |
hex_large=0x3E9 | |
hex_later=0x3EA | |
hex_latin=0x3EB | |
hex_laugh=0x3EC | |
hex_laundry=0x3ED | |
hex_lava=0x3EE | |
hex_law=0x3EF | |
hex_lawn=0x3F0 | |
hex_lawsuit=0x3F1 | |
hex_layer=0x3F2 | |
hex_lazy=0x3F3 | |
hex_leader=0x3F4 | |
hex_leaf=0x3F5 | |
hex_learn=0x3F6 | |
hex_leave=0x3F7 | |
hex_lecture=0x3F8 | |
hex_left=0x3F9 | |
hex_leg=0x3FA | |
hex_legal=0x3FB | |
hex_legend=0x3FC | |
hex_leisure=0x3FD | |
hex_lemon=0x3FE | |
hex_lend=0x3FF | |
hex_length=0x400 | |
hex_lens=0x401 | |
hex_leopard=0x402 | |
hex_lesson=0x403 | |
hex_letter=0x404 | |
hex_level=0x405 | |
hex_liar=0x406 | |
hex_liberty=0x407 | |
hex_library=0x408 | |
hex_license=0x409 | |
hex_life=0x40A | |
hex_lift=0x40B | |
hex_light=0x40C | |
hex_like=0x40D | |
hex_limb=0x40E | |
hex_limit=0x40F | |
hex_link=0x410 | |
hex_lion=0x411 | |
hex_liquid=0x412 | |
hex_list=0x413 | |
hex_little=0x414 | |
hex_live=0x415 | |
hex_lizard=0x416 | |
hex_load=0x417 | |
hex_loan=0x418 | |
hex_lobster=0x419 | |
hex_local=0x41A | |
hex_lock=0x41B | |
hex_logic=0x41C | |
hex_lonely=0x41D | |
hex_long=0x41E | |
hex_loop=0x41F | |
hex_lottery=0x420 | |
hex_loud=0x421 | |
hex_lounge=0x422 | |
hex_love=0x423 | |
hex_loyal=0x424 | |
hex_lucky=0x425 | |
hex_luggage=0x426 | |
hex_lumber=0x427 | |
hex_lunar=0x428 | |
hex_lunch=0x429 | |
hex_luxury=0x42A | |
hex_lyrics=0x42B | |
hex_machine=0x42C | |
hex_mad=0x42D | |
hex_magic=0x42E | |
hex_magnet=0x42F | |
hex_maid=0x430 | |
hex_mail=0x431 | |
hex_main=0x432 | |
hex_major=0x433 | |
hex_make=0x434 | |
hex_mammal=0x435 | |
hex_man=0x436 | |
hex_manage=0x437 | |
hex_mandate=0x438 | |
hex_mango=0x439 | |
hex_mansion=0x43A | |
hex_manual=0x43B | |
hex_maple=0x43C | |
hex_marble=0x43D | |
hex_march=0x43E | |
hex_margin=0x43F | |
hex_marine=0x440 | |
hex_market=0x441 | |
hex_marriage=0x442 | |
hex_mask=0x443 | |
hex_mass=0x444 | |
hex_master=0x445 | |
hex_match=0x446 | |
hex_material=0x447 | |
hex_math=0x448 | |
hex_matrix=0x449 | |
hex_matter=0x44A | |
hex_maximum=0x44B | |
hex_maze=0x44C | |
hex_meadow=0x44D | |
hex_mean=0x44E | |
hex_measure=0x44F | |
hex_meat=0x450 | |
hex_mechanic=0x451 | |
hex_medal=0x452 | |
hex_media=0x453 | |
hex_melody=0x454 | |
hex_melt=0x455 | |
hex_member=0x456 | |
hex_memory=0x457 | |
hex_mention=0x458 | |
hex_menu=0x459 | |
hex_mercy=0x45A | |
hex_merge=0x45B | |
hex_merit=0x45C | |
hex_merry=0x45D | |
hex_mesh=0x45E | |
hex_message=0x45F | |
hex_metal=0x460 | |
hex_method=0x461 | |
hex_middle=0x462 | |
hex_midnight=0x463 | |
hex_milk=0x464 | |
hex_million=0x465 | |
hex_mimic=0x466 | |
hex_mind=0x467 | |
hex_minimum=0x468 | |
hex_minor=0x469 | |
hex_minute=0x46A | |
hex_miracle=0x46B | |
hex_mirror=0x46C | |
hex_misery=0x46D | |
hex_miss=0x46E | |
hex_mistake=0x46F | |
hex_mix=0x470 | |
hex_mixed=0x471 | |
hex_mixture=0x472 | |
hex_mobile=0x473 | |
hex_model=0x474 | |
hex_modify=0x475 | |
hex_mom=0x476 | |
hex_moment=0x477 | |
hex_monitor=0x478 | |
hex_monkey=0x479 | |
hex_monster=0x47A | |
hex_month=0x47B | |
hex_moon=0x47C | |
hex_moral=0x47D | |
hex_more=0x47E | |
hex_morning=0x47F | |
hex_mosquito=0x480 | |
hex_mother=0x481 | |
hex_motion=0x482 | |
hex_motor=0x483 | |
hex_mountain=0x484 | |
hex_mouse=0x485 | |
hex_move=0x486 | |
hex_movie=0x487 | |
hex_much=0x488 | |
hex_muffin=0x489 | |
hex_mule=0x48A | |
hex_multiply=0x48B | |
hex_muscle=0x48C | |
hex_museum=0x48D | |
hex_mushroom=0x48E | |
hex_music=0x48F | |
hex_must=0x490 | |
hex_mutual=0x491 | |
hex_myself=0x492 | |
hex_mystery=0x493 | |
hex_myth=0x494 | |
hex_naive=0x495 | |
hex_name=0x496 | |
hex_napkin=0x497 | |
hex_narrow=0x498 | |
hex_nasty=0x499 | |
hex_nation=0x49A | |
hex_nature=0x49B | |
hex_near=0x49C | |
hex_neck=0x49D | |
hex_need=0x49E | |
hex_negative=0x49F | |
hex_neglect=0x4A0 | |
hex_neither=0x4A1 | |
hex_nephew=0x4A2 | |
hex_nerve=0x4A3 | |
hex_nest=0x4A4 | |
hex_net=0x4A5 | |
hex_network=0x4A6 | |
hex_neutral=0x4A7 | |
hex_never=0x4A8 | |
hex_news=0x4A9 | |
hex_next=0x4AA | |
hex_nice=0x4AB | |
hex_night=0x4AC | |
hex_noble=0x4AD | |
hex_noise=0x4AE | |
hex_nominee=0x4AF | |
hex_noodle=0x4B0 | |
hex_normal=0x4B1 | |
hex_north=0x4B2 | |
hex_nose=0x4B3 | |
hex_notable=0x4B4 | |
hex_note=0x4B5 | |
hex_nothing=0x4B6 | |
hex_notice=0x4B7 | |
hex_novel=0x4B8 | |
hex_now=0x4B9 | |
hex_nuclear=0x4BA | |
hex_number=0x4BB | |
hex_nurse=0x4BC | |
hex_nut=0x4BD | |
hex_oak=0x4BE | |
hex_obey=0x4BF | |
hex_object=0x4C0 | |
hex_oblige=0x4C1 | |
hex_obscure=0x4C2 | |
hex_observe=0x4C3 | |
hex_obtain=0x4C4 | |
hex_obvious=0x4C5 | |
hex_occur=0x4C6 | |
hex_ocean=0x4C7 | |
hex_october=0x4C8 | |
hex_odor=0x4C9 | |
hex_off=0x4CA | |
hex_offer=0x4CB | |
hex_office=0x4CC | |
hex_often=0x4CD | |
hex_oil=0x4CE | |
hex_okay=0x4CF | |
hex_old=0x4D0 | |
hex_olive=0x4D1 | |
hex_olympic=0x4D2 | |
hex_omit=0x4D3 | |
hex_once=0x4D4 | |
hex_one=0x4D5 | |
hex_onion=0x4D6 | |
hex_online=0x4D7 | |
hex_only=0x4D8 | |
hex_open=0x4D9 | |
hex_opera=0x4DA | |
hex_opinion=0x4DB | |
hex_oppose=0x4DC | |
hex_option=0x4DD | |
hex_orange=0x4DE | |
hex_orbit=0x4DF | |
hex_orchard=0x4E0 | |
hex_order=0x4E1 | |
hex_ordinary=0x4E2 | |
hex_organ=0x4E3 | |
hex_orient=0x4E4 | |
hex_original=0x4E5 | |
hex_orphan=0x4E6 | |
hex_ostrich=0x4E7 | |
hex_other=0x4E8 | |
hex_outdoor=0x4E9 | |
hex_outer=0x4EA | |
hex_output=0x4EB | |
hex_outside=0x4EC | |
hex_oval=0x4ED | |
hex_oven=0x4EE | |
hex_over=0x4EF | |
hex_own=0x4F0 | |
hex_owner=0x4F1 | |
hex_oxygen=0x4F2 | |
hex_oyster=0x4F3 | |
hex_ozone=0x4F4 | |
hex_pact=0x4F5 | |
hex_paddle=0x4F6 | |
hex_page=0x4F7 | |
hex_pair=0x4F8 | |
hex_palace=0x4F9 | |
hex_palm=0x4FA | |
hex_panda=0x4FB | |
hex_panel=0x4FC | |
hex_panic=0x4FD | |
hex_panther=0x4FE | |
hex_paper=0x4FF | |
hex_parade=0x500 | |
hex_parent=0x501 | |
hex_park=0x502 | |
hex_parrot=0x503 | |
hex_party=0x504 | |
hex_pass=0x505 | |
hex_patch=0x506 | |
hex_path=0x507 | |
hex_patient=0x508 | |
hex_patrol=0x509 | |
hex_pattern=0x50A | |
hex_pause=0x50B | |
hex_pave=0x50C | |
hex_payment=0x50D | |
hex_peace=0x50E | |
hex_peanut=0x50F | |
hex_pear=0x510 | |
hex_peasant=0x511 | |
hex_pelican=0x512 | |
hex_pen=0x513 | |
hex_penalty=0x514 | |
hex_pencil=0x515 | |
hex_people=0x516 | |
hex_pepper=0x517 | |
hex_perfect=0x518 | |
hex_permit=0x519 | |
hex_person=0x51A | |
hex_pet=0x51B | |
hex_phone=0x51C | |
hex_photo=0x51D | |
hex_phrase=0x51E | |
hex_physical=0x51F | |
hex_piano=0x520 | |
hex_picnic=0x521 | |
hex_picture=0x522 | |
hex_piece=0x523 | |
hex_pig=0x524 | |
hex_pigeon=0x525 | |
hex_pill=0x526 | |
hex_pilot=0x527 | |
hex_pink=0x528 | |
hex_pioneer=0x529 | |
hex_pipe=0x52A | |
hex_pistol=0x52B | |
hex_pitch=0x52C | |
hex_pizza=0x52D | |
hex_place=0x52E | |
hex_planet=0x52F | |
hex_plastic=0x530 | |
hex_plate=0x531 | |
hex_play=0x532 | |
hex_please=0x533 | |
hex_pledge=0x534 | |
hex_pluck=0x535 | |
hex_plug=0x536 | |
hex_plunge=0x537 | |
hex_poem=0x538 | |
hex_poet=0x539 | |
hex_point=0x53A | |
hex_polar=0x53B | |
hex_pole=0x53C | |
hex_police=0x53D | |
hex_pond=0x53E | |
hex_pony=0x53F | |
hex_pool=0x540 | |
hex_popular=0x541 | |
hex_portion=0x542 | |
hex_position=0x543 | |
hex_possible=0x544 | |
hex_post=0x545 | |
hex_potato=0x546 | |
hex_pottery=0x547 | |
hex_poverty=0x548 | |
hex_powder=0x549 | |
hex_power=0x54A | |
hex_practice=0x54B | |
hex_praise=0x54C | |
hex_predict=0x54D | |
hex_prefer=0x54E | |
hex_prepare=0x54F | |
hex_present=0x550 | |
hex_pretty=0x551 | |
hex_prevent=0x552 | |
hex_price=0x553 | |
hex_pride=0x554 | |
hex_primary=0x555 | |
hex_print=0x556 | |
hex_priority=0x557 | |
hex_prison=0x558 | |
hex_private=0x559 | |
hex_prize=0x55A | |
hex_problem=0x55B | |
hex_process=0x55C | |
hex_produce=0x55D | |
hex_profit=0x55E | |
hex_program=0x55F | |
hex_project=0x560 | |
hex_promote=0x561 | |
hex_proof=0x562 | |
hex_property=0x563 | |
hex_prosper=0x564 | |
hex_protect=0x565 | |
hex_proud=0x566 | |
hex_provide=0x567 | |
hex_public=0x568 | |
hex_pudding=0x569 | |
hex_pull=0x56A | |
hex_pulp=0x56B | |
hex_pulse=0x56C | |
hex_pumpkin=0x56D | |
hex_punch=0x56E | |
hex_pupil=0x56F | |
hex_puppy=0x570 | |
hex_purchase=0x571 | |
hex_purity=0x572 | |
hex_purpose=0x573 | |
hex_purse=0x574 | |
hex_push=0x575 | |
hex_put=0x576 | |
hex_puzzle=0x577 | |
hex_pyramid=0x578 | |
hex_quality=0x579 | |
hex_quantum=0x57A | |
hex_quarter=0x57B | |
hex_question=0x57C | |
hex_quick=0x57D | |
hex_quit=0x57E | |
hex_quiz=0x57F | |
hex_quote=0x580 | |
hex_rabbit=0x581 | |
hex_raccoon=0x582 | |
hex_race=0x583 | |
hex_rack=0x584 | |
hex_radar=0x585 | |
hex_radio=0x586 | |
hex_rail=0x587 | |
hex_rain=0x588 | |
hex_raise=0x589 | |
hex_rally=0x58A | |
hex_ramp=0x58B | |
hex_ranch=0x58C | |
hex_random=0x58D | |
hex_range=0x58E | |
hex_rapid=0x58F | |
hex_rare=0x590 | |
hex_rate=0x591 | |
hex_rather=0x592 | |
hex_raven=0x593 | |
hex_raw=0x594 | |
hex_razor=0x595 | |
hex_ready=0x596 | |
hex_real=0x597 | |
hex_reason=0x598 | |
hex_rebel=0x599 | |
hex_rebuild=0x59A | |
hex_recall=0x59B | |
hex_receive=0x59C | |
hex_recipe=0x59D | |
hex_record=0x59E | |
hex_recycle=0x59F | |
hex_reduce=0x5A0 | |
hex_reflect=0x5A1 | |
hex_reform=0x5A2 | |
hex_refuse=0x5A3 | |
hex_region=0x5A4 | |
hex_regret=0x5A5 | |
hex_regular=0x5A6 | |
hex_reject=0x5A7 | |
hex_relax=0x5A8 | |
hex_release=0x5A9 | |
hex_relief=0x5AA | |
hex_rely=0x5AB | |
hex_remain=0x5AC | |
hex_remember=0x5AD | |
hex_remind=0x5AE | |
hex_remove=0x5AF | |
hex_render=0x5B0 | |
hex_renew=0x5B1 | |
hex_rent=0x5B2 | |
hex_reopen=0x5B3 | |
hex_repair=0x5B4 | |
hex_repeat=0x5B5 | |
hex_replace=0x5B6 | |
hex_report=0x5B7 | |
hex_require=0x5B8 | |
hex_rescue=0x5B9 | |
hex_resemble=0x5BA | |
hex_resist=0x5BB | |
hex_resource=0x5BC | |
hex_response=0x5BD | |
hex_result=0x5BE | |
hex_retire=0x5BF | |
hex_retreat=0x5C0 | |
hex_return=0x5C1 | |
hex_reunion=0x5C2 | |
hex_reveal=0x5C3 | |
hex_review=0x5C4 | |
hex_reward=0x5C5 | |
hex_rhythm=0x5C6 | |
hex_rib=0x5C7 | |
hex_ribbon=0x5C8 | |
hex_rice=0x5C9 | |
hex_rich=0x5CA | |
hex_ride=0x5CB | |
hex_ridge=0x5CC | |
hex_rifle=0x5CD | |
hex_right=0x5CE | |
hex_rigid=0x5CF | |
hex_ring=0x5D0 | |
hex_riot=0x5D1 | |
hex_ripple=0x5D2 | |
hex_risk=0x5D3 | |
hex_ritual=0x5D4 | |
hex_rival=0x5D5 | |
hex_river=0x5D6 | |
hex_road=0x5D7 | |
hex_roast=0x5D8 | |
hex_robot=0x5D9 | |
hex_robust=0x5DA | |
hex_rocket=0x5DB | |
hex_romance=0x5DC | |
hex_roof=0x5DD | |
hex_rookie=0x5DE | |
hex_room=0x5DF | |
hex_rose=0x5E0 | |
hex_rotate=0x5E1 | |
hex_rough=0x5E2 | |
hex_round=0x5E3 | |
hex_route=0x5E4 | |
hex_royal=0x5E5 | |
hex_rubber=0x5E6 | |
hex_rude=0x5E7 | |
hex_rug=0x5E8 | |
hex_rule=0x5E9 | |
hex_run=0x5EA | |
hex_runway=0x5EB | |
hex_rural=0x5EC | |
hex_sad=0x5ED | |
hex_saddle=0x5EE | |
hex_sadness=0x5EF | |
hex_safe=0x5F0 | |
hex_sail=0x5F1 | |
hex_salad=0x5F2 | |
hex_salmon=0x5F3 | |
hex_salon=0x5F4 | |
hex_salt=0x5F5 | |
hex_salute=0x5F6 | |
hex_same=0x5F7 | |
hex_sample=0x5F8 | |
hex_sand=0x5F9 | |
hex_satisfy=0x5FA | |
hex_satoshi=0x5FB | |
hex_sauce=0x5FC | |
hex_sausage=0x5FD | |
hex_save=0x5FE | |
hex_say=0x5FF | |
hex_scale=0x600 | |
hex_scan=0x601 | |
hex_scare=0x602 | |
hex_scatter=0x603 | |
hex_scene=0x604 | |
hex_scheme=0x605 | |
hex_school=0x606 | |
hex_science=0x607 | |
hex_scissors=0x608 | |
hex_scorpion=0x609 | |
hex_scout=0x60A | |
hex_scrap=0x60B | |
hex_screen=0x60C | |
hex_script=0x60D | |
hex_scrub=0x60E | |
hex_sea=0x60F | |
hex_search=0x610 | |
hex_season=0x611 | |
hex_seat=0x612 | |
hex_second=0x613 | |
hex_secret=0x614 | |
hex_section=0x615 | |
hex_security=0x616 | |
hex_seed=0x617 | |
hex_seek=0x618 | |
hex_segment=0x619 | |
hex_select=0x61A | |
hex_sell=0x61B | |
hex_seminar=0x61C | |
hex_senior=0x61D | |
hex_sense=0x61E | |
hex_sentence=0x61F | |
hex_series=0x620 | |
hex_service=0x621 | |
hex_session=0x622 | |
hex_settle=0x623 | |
hex_setup=0x624 | |
hex_seven=0x625 | |
hex_shadow=0x626 | |
hex_shaft=0x627 | |
hex_shallow=0x628 | |
hex_share=0x629 | |
hex_shed=0x62A | |
hex_shell=0x62B | |
hex_sheriff=0x62C | |
hex_shield=0x62D | |
hex_shift=0x62E | |
hex_shine=0x62F | |
hex_ship=0x630 | |
hex_shiver=0x631 | |
hex_shock=0x632 | |
hex_shoe=0x633 | |
hex_shoot=0x634 | |
hex_shop=0x635 | |
hex_short=0x636 | |
hex_shoulder=0x637 | |
hex_shove=0x638 | |
hex_shrimp=0x639 | |
hex_shrug=0x63A | |
hex_shuffle=0x63B | |
hex_shy=0x63C | |
hex_sibling=0x63D | |
hex_sick=0x63E | |
hex_side=0x63F | |
hex_siege=0x640 | |
hex_sight=0x641 | |
hex_sign=0x642 | |
hex_silent=0x643 | |
hex_silk=0x644 | |
hex_silly=0x645 | |
hex_silver=0x646 | |
hex_similar=0x647 | |
hex_simple=0x648 | |
hex_since=0x649 | |
hex_sing=0x64A | |
hex_siren=0x64B | |
hex_sister=0x64C | |
hex_situate=0x64D | |
hex_six=0x64E | |
hex_size=0x64F | |
hex_skate=0x650 | |
hex_sketch=0x651 | |
hex_ski=0x652 | |
hex_skill=0x653 | |
hex_skin=0x654 | |
hex_skirt=0x655 | |
hex_skull=0x656 | |
hex_slab=0x657 | |
hex_slam=0x658 | |
hex_sleep=0x659 | |
hex_slender=0x65A | |
hex_slice=0x65B | |
hex_slide=0x65C | |
hex_slight=0x65D | |
hex_slim=0x65E | |
hex_slogan=0x65F | |
hex_slot=0x660 | |
hex_slow=0x661 | |
hex_slush=0x662 | |
hex_small=0x663 | |
hex_smart=0x664 | |
hex_smile=0x665 | |
hex_smoke=0x666 | |
hex_smooth=0x667 | |
hex_snack=0x668 | |
hex_snake=0x669 | |
hex_snap=0x66A | |
hex_sniff=0x66B | |
hex_snow=0x66C | |
hex_soap=0x66D | |
hex_soccer=0x66E | |
hex_social=0x66F | |
hex_sock=0x670 | |
hex_soda=0x671 | |
hex_soft=0x672 | |
hex_solar=0x673 | |
hex_soldier=0x674 | |
hex_solid=0x675 | |
hex_solution=0x676 | |
hex_solve=0x677 | |
hex_someone=0x678 | |
hex_song=0x679 | |
hex_soon=0x67A | |
hex_sorry=0x67B | |
hex_sort=0x67C | |
hex_soul=0x67D | |
hex_sound=0x67E | |
hex_soup=0x67F | |
hex_source=0x680 | |
hex_south=0x681 | |
hex_space=0x682 | |
hex_spare=0x683 | |
hex_spatial=0x684 | |
hex_spawn=0x685 | |
hex_speak=0x686 | |
hex_special=0x687 | |
hex_speed=0x688 | |
hex_spell=0x689 | |
hex_spend=0x68A | |
hex_sphere=0x68B | |
hex_spice=0x68C | |
hex_spider=0x68D | |
hex_spike=0x68E | |
hex_spin=0x68F | |
hex_spirit=0x690 | |
hex_split=0x691 | |
hex_spoil=0x692 | |
hex_sponsor=0x693 | |
hex_spoon=0x694 | |
hex_sport=0x695 | |
hex_spot=0x696 | |
hex_spray=0x697 | |
hex_spread=0x698 | |
hex_spring=0x699 | |
hex_spy=0x69A | |
hex_square=0x69B | |
hex_squeeze=0x69C | |
hex_squirrel=0x69D | |
hex_stable=0x69E | |
hex_stadium=0x69F | |
hex_staff=0x6A0 | |
hex_stage=0x6A1 | |
hex_stairs=0x6A2 | |
hex_stamp=0x6A3 | |
hex_stand=0x6A4 | |
hex_start=0x6A5 | |
hex_state=0x6A6 | |
hex_stay=0x6A7 | |
hex_steak=0x6A8 | |
hex_steel=0x6A9 | |
hex_stem=0x6AA | |
hex_step=0x6AB | |
hex_stereo=0x6AC | |
hex_stick=0x6AD | |
hex_still=0x6AE | |
hex_sting=0x6AF | |
hex_stock=0x6B0 | |
hex_stomach=0x6B1 | |
hex_stone=0x6B2 | |
hex_stool=0x6B3 | |
hex_story=0x6B4 | |
hex_stove=0x6B5 | |
hex_strategy=0x6B6 | |
hex_street=0x6B7 | |
hex_strike=0x6B8 | |
hex_strong=0x6B9 | |
hex_struggle=0x6BA | |
hex_student=0x6BB | |
hex_stuff=0x6BC | |
hex_stumble=0x6BD | |
hex_style=0x6BE | |
hex_subject=0x6BF | |
hex_submit=0x6C0 | |
hex_subway=0x6C1 | |
hex_success=0x6C2 | |
hex_such=0x6C3 | |
hex_sudden=0x6C4 | |
hex_suffer=0x6C5 | |
hex_sugar=0x6C6 | |
hex_suggest=0x6C7 | |
hex_suit=0x6C8 | |
hex_summer=0x6C9 | |
hex_sun=0x6CA | |
hex_sunny=0x6CB | |
hex_sunset=0x6CC | |
hex_super=0x6CD | |
hex_supply=0x6CE | |
hex_supreme=0x6CF | |
hex_sure=0x6D0 | |
hex_surface=0x6D1 | |
hex_surge=0x6D2 | |
hex_surprise=0x6D3 | |
hex_surround=0x6D4 | |
hex_survey=0x6D5 | |
hex_suspect=0x6D6 | |
hex_sustain=0x6D7 | |
hex_swallow=0x6D8 | |
hex_swamp=0x6D9 | |
hex_swap=0x6DA | |
hex_swarm=0x6DB | |
hex_swear=0x6DC | |
hex_sweet=0x6DD | |
hex_swift=0x6DE | |
hex_swim=0x6DF | |
hex_swing=0x6E0 | |
hex_switch=0x6E1 | |
hex_sword=0x6E2 | |
hex_symbol=0x6E3 | |
hex_symptom=0x6E4 | |
hex_syrup=0x6E5 | |
hex_system=0x6E6 | |
hex_table=0x6E7 | |
hex_tackle=0x6E8 | |
hex_tag=0x6E9 | |
hex_tail=0x6EA | |
hex_talent=0x6EB | |
hex_talk=0x6EC | |
hex_tank=0x6ED | |
hex_tape=0x6EE | |
hex_target=0x6EF | |
hex_task=0x6F0 | |
hex_taste=0x6F1 | |
hex_tattoo=0x6F2 | |
hex_taxi=0x6F3 | |
hex_teach=0x6F4 | |
hex_team=0x6F5 | |
hex_tell=0x6F6 | |
hex_ten=0x6F7 | |
hex_tenant=0x6F8 | |
hex_tennis=0x6F9 | |
hex_tent=0x6FA | |
hex_term=0x6FB | |
hex_test=0x6FC | |
hex_text=0x6FD | |
hex_thank=0x6FE | |
hex_that=0x6FF | |
hex_theme=0x700 | |
hex_then=0x701 | |
hex_theory=0x702 | |
hex_there=0x703 | |
hex_they=0x704 | |
hex_thing=0x705 | |
hex_this=0x706 | |
hex_thought=0x707 | |
hex_three=0x708 | |
hex_thrive=0x709 | |
hex_throw=0x70A | |
hex_thumb=0x70B | |
hex_thunder=0x70C | |
hex_ticket=0x70D | |
hex_tide=0x70E | |
hex_tiger=0x70F | |
hex_tilt=0x710 | |
hex_timber=0x711 | |
hex_time=0x712 | |
hex_tiny=0x713 | |
hex_tip=0x714 | |
hex_tired=0x715 | |
hex_tissue=0x716 | |
hex_title=0x717 | |
hex_toast=0x718 | |
hex_tobacco=0x719 | |
hex_today=0x71A | |
hex_toddler=0x71B | |
hex_toe=0x71C | |
hex_together=0x71D | |
hex_toilet=0x71E | |
hex_token=0x71F | |
hex_tomato=0x720 | |
hex_tomorrow=0x721 | |
hex_tone=0x722 | |
hex_tongue=0x723 | |
hex_tonight=0x724 | |
hex_tool=0x725 | |
hex_tooth=0x726 | |
hex_top=0x727 | |
hex_topic=0x728 | |
hex_topple=0x729 | |
hex_torch=0x72A | |
hex_tornado=0x72B | |
hex_tortoise=0x72C | |
hex_toss=0x72D | |
hex_total=0x72E | |
hex_tourist=0x72F | |
hex_toward=0x730 | |
hex_tower=0x731 | |
hex_town=0x732 | |
hex_toy=0x733 | |
hex_track=0x734 | |
hex_trade=0x735 | |
hex_traffic=0x736 | |
hex_tragic=0x737 | |
hex_train=0x738 | |
hex_transfer=0x739 | |
hex_trap=0x73A | |
hex_trash=0x73B | |
hex_travel=0x73C | |
hex_tray=0x73D | |
hex_treat=0x73E | |
hex_tree=0x73F | |
hex_trend=0x740 | |
hex_trial=0x741 | |
hex_tribe=0x742 | |
hex_trick=0x743 | |
hex_trigger=0x744 | |
hex_trim=0x745 | |
hex_trip=0x746 | |
hex_trophy=0x747 | |
hex_trouble=0x748 | |
hex_truck=0x749 | |
hex_true=0x74A | |
hex_truly=0x74B | |
hex_trumpet=0x74C | |
hex_trust=0x74D | |
hex_truth=0x74E | |
hex_try=0x74F | |
hex_tube=0x750 | |
hex_tuition=0x751 | |
hex_tumble=0x752 | |
hex_tuna=0x753 | |
hex_tunnel=0x754 | |
hex_turkey=0x755 | |
hex_turn=0x756 | |
hex_turtle=0x757 | |
hex_twelve=0x758 | |
hex_twenty=0x759 | |
hex_twice=0x75A | |
hex_twin=0x75B | |
hex_twist=0x75C | |
hex_two=0x75D | |
hex_type=0x75E | |
hex_typical=0x75F | |
hex_ugly=0x760 | |
hex_umbrella=0x761 | |
hex_unable=0x762 | |
hex_unaware=0x763 | |
hex_uncle=0x764 | |
hex_uncover=0x765 | |
hex_under=0x766 | |
hex_undo=0x767 | |
hex_unfair=0x768 | |
hex_unfold=0x769 | |
hex_unhappy=0x76A | |
hex_uniform=0x76B | |
hex_unique=0x76C | |
hex_unit=0x76D | |
hex_universe=0x76E | |
hex_unknown=0x76F | |
hex_unlock=0x770 | |
hex_until=0x771 | |
hex_unusual=0x772 | |
hex_unveil=0x773 | |
hex_update=0x774 | |
hex_upgrade=0x775 | |
hex_uphold=0x776 | |
hex_upon=0x777 | |
hex_upper=0x778 | |
hex_upset=0x779 | |
hex_urban=0x77A | |
hex_urge=0x77B | |
hex_usage=0x77C | |
hex_use=0x77D | |
hex_used=0x77E | |
hex_useful=0x77F | |
hex_useless=0x780 | |
hex_usual=0x781 | |
hex_utility=0x782 | |
hex_vacant=0x783 | |
hex_vacuum=0x784 | |
hex_vague=0x785 | |
hex_valid=0x786 | |
hex_valley=0x787 | |
hex_valve=0x788 | |
hex_van=0x789 | |
hex_vanish=0x78A | |
hex_vapor=0x78B | |
hex_various=0x78C | |
hex_vast=0x78D | |
hex_vault=0x78E | |
hex_vehicle=0x78F | |
hex_velvet=0x790 | |
hex_vendor=0x791 | |
hex_venture=0x792 | |
hex_venue=0x793 | |
hex_verb=0x794 | |
hex_verify=0x795 | |
hex_version=0x796 | |
hex_very=0x797 | |
hex_vessel=0x798 | |
hex_veteran=0x799 | |
hex_viable=0x79A | |
hex_vibrant=0x79B | |
hex_vicious=0x79C | |
hex_victory=0x79D | |
hex_video=0x79E | |
hex_view=0x79F | |
hex_village=0x7A0 | |
hex_vintage=0x7A1 | |
hex_violin=0x7A2 | |
hex_virtual=0x7A3 | |
hex_virus=0x7A4 | |
hex_visa=0x7A5 | |
hex_visit=0x7A6 | |
hex_visual=0x7A7 | |
hex_vital=0x7A8 | |
hex_vivid=0x7A9 | |
hex_vocal=0x7AA | |
hex_voice=0x7AB | |
hex_void=0x7AC | |
hex_volcano=0x7AD | |
hex_volume=0x7AE | |
hex_vote=0x7AF | |
hex_voyage=0x7B0 | |
hex_wage=0x7B1 | |
hex_wagon=0x7B2 | |
hex_wait=0x7B3 | |
hex_walk=0x7B4 | |
hex_wall=0x7B5 | |
hex_walnut=0x7B6 | |
hex_want=0x7B7 | |
hex_warfare=0x7B8 | |
hex_warm=0x7B9 | |
hex_warrior=0x7BA | |
hex_wash=0x7BB | |
hex_wasp=0x7BC | |
hex_waste=0x7BD | |
hex_water=0x7BE | |
hex_wave=0x7BF | |
hex_way=0x7C0 | |
hex_wealth=0x7C1 | |
hex_weapon=0x7C2 | |
hex_wear=0x7C3 | |
hex_weasel=0x7C4 | |
hex_weather=0x7C5 | |
hex_web=0x7C6 | |
hex_wedding=0x7C7 | |
hex_weekend=0x7C8 | |
hex_weird=0x7C9 | |
hex_welcome=0x7CA | |
hex_west=0x7CB | |
hex_wet=0x7CC | |
hex_whale=0x7CD | |
hex_what=0x7CE | |
hex_wheat=0x7CF | |
hex_wheel=0x7D0 | |
hex_when=0x7D1 | |
hex_where=0x7D2 | |
hex_whip=0x7D3 | |
hex_whisper=0x7D4 | |
hex_wide=0x7D5 | |
hex_width=0x7D6 | |
hex_wife=0x7D7 | |
hex_wild=0x7D8 | |
hex_will=0x7D9 | |
hex_win=0x7DA | |
hex_window=0x7DB | |
hex_wine=0x7DC | |
hex_wing=0x7DD | |
hex_wink=0x7DE | |
hex_winner=0x7DF | |
hex_winter=0x7E0 | |
hex_wire=0x7E1 | |
hex_wisdom=0x7E2 | |
hex_wise=0x7E3 | |
hex_wish=0x7E4 | |
hex_witness=0x7E5 | |
hex_wolf=0x7E6 | |
hex_woman=0x7E7 | |
hex_wonder=0x7E8 | |
hex_wood=0x7E9 | |
hex_wool=0x7EA | |
hex_word=0x7EB | |
hex_work=0x7EC | |
hex_world=0x7ED | |
hex_worry=0x7EE | |
hex_worth=0x7EF | |
hex_wrap=0x7F0 | |
hex_wreck=0x7F1 | |
hex_wrestle=0x7F2 | |
hex_wrist=0x7F3 | |
hex_write=0x7F4 | |
hex_wrong=0x7F5 | |
hex_yard=0x7F6 | |
hex_year=0x7F7 | |
hex_yellow=0x7F8 | |
hex_you=0x7F9 | |
hex_young=0x7FA | |
hex_youth=0x7FB | |
hex_zebra=0x7FC | |
hex_zero=0x7FD | |
hex_zone=0x7FE | |
hex_zoo=0x7FF | |
declare -i -r BITS_IN_WORD=11 | |
declare -i -r BITS_IN_NIBBLE=4 | |
declare word="" | |
declare -i buffer=0 | |
declare -i buffer_bits_count=0 | |
declare hex_string="" | |
declare -i words_to_convert=0 | |
declare var_name="" | |
for (( words_to_convert=$# ; ${words_to_convert}>0 ; words_to_convert-- )) ; do | |
word=${!words_to_convert} | |
var_name="hex_${word}" | |
buffer=$(( ${buffer} + ${!var_name} * 2 ** ${buffer_bits_count} )) | |
buffer_bits_count+=${BITS_IN_WORD} | |
while (( ${buffer_bits_count} >= ${BITS_IN_NIBBLE} )); do | |
hex_digit=$(( ${buffer} % (2**${BITS_IN_NIBBLE}) )) | |
printf -v hex_string "%01X%s" "${hex_digit}" "${hex_string}" | |
buffer=$(( ${buffer}/2**${BITS_IN_NIBBLE} )) | |
buffer_bits_count=$(( ${buffer_bits_count} - ${BITS_IN_NIBBLE} )) | |
done | |
done | |
if [[ buffer_bits_count -gt 0 ]] ; then | |
hex_digit=$(( ${buffer} % (2**${BITS_IN_NIBBLE}) )) | |
printf -v hex_string "%01X%s" "${hex_digit}" "${hex_string}" | |
fi | |
echo ${hex_string} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment