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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 螳、螳、^ | 11100101101011101010010011100101101011101010010001011110 | e5aea4e5aea45e |
EUC-JP | 螳、螳、^ | 111010101011000010001110101001001110101010110000100011101010010001011110 | eab08ea4eab08ea45e |
UTF-8 | 螳、螳、^ | 11101000100111101011001111101111101111011010010011101000100111101011001111101111101111011010010001011110 | e89eb3efbda4e89eb3efbda45e |
UHC | 螳?螳?^ | 11010011110110010011111111010011110110010011111101011110 | d3d93fd3d93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)