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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 悟??誼?^ | 1000110011100101001111110011111110001011011000100011111101011110 | 8ce53f3f8b623f5e |
EUC-JP | 悟??誼?^ | 1011100011100111001111110011111110110101110000110011111101011110 | b8e73f3fb5c33f5e |
UTF-8 | 悟뽯쉴誼턕^ | 11100110100000101001111111101011101111011010111111101100100010011011010011101000101010101011110011101101100001001001010101011110 | e6829febbdafec89b4e8aabced84955e |
UHC | 悟뽯쉴誼턕^ | 1110011111110110100101101110101110111101101011111110101111111110101101100101000001011110 | e7f696ebbdafebfeb6505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)