To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
UTF-8 | 묹뭒뫆묭뫅뫉e^ | 1110101110101100101110011110101110101101100100101110101110101011100001101110101110101100101011011110101110101011100001011110101110101011100010010110010101011110 | ebacb9ebad92ebab86ebacadebab85ebab89655e |
UHC | 묹뭒뫆묭뫅뫉e^ | 1001001001001100100100100101101010010001101010011001001001000100100100011010100010010001101010110110010101011110 | 924c925a91a9924491a891ab655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)