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 | ????GB | 001111110011111100111111001111110100011101000010 | 3f3f3f3f4742 |
SJIS-WIN | 螳、蜍コGB | 1110010110101110101001001110010110001011101110100100011101000010 | e5aea4e58bba4742 |
EUC-JP | 螳、蜍コGB | 11101010101100001000111010100100111010011110101110001110101110100100011101000010 | eab08ea4e9eb8eba4742 |
UTF-8 | 螳、蜍コGB | 1110100010011110101100111110111110111101101001001110100010011100100011011110111110111101101110100100011101000010 | e89eb3efbda4e89c8defbdba4742 |
UHC | 螳???GB | 11010011110110010011111100111111001111110100011101000010 | d3d93f3f3f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)