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??e??e | 001111110011111101100101001111110011111101100101001111110011111101100101 | 3f3f653f3f653f3f65 |
SJIS-WIN | ??e??e??e | 001111110011111101100101001111110011111101100101001111110011111101100101 | 3f3f653f3f653f3f65 |
EUC-JP | ??e??e??e | 001111110011111101100101001111110011111101100101001111110011111101100101 | 3f3f653f3f653f3f65 |
UTF-8 | 롇렟e롍렍e롇렟e | 111010111010000110000111111010111010000010011111011001011110101110100001100011011110101110100000100011010110010111101011101000011000011111101011101000001001111101100101 | eba187eba09f65eba18deba08d65eba187eba09f65 |
UHC | 롇렟e롍렍e롇렟e | 100011101100110110001110101100000110010110001110110100111000111010100011011001011000111011001101100011101011000001100101 | 8ecd8eb0658ed38ea3658ecd8eb065 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)