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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 驥ュ鮖ソG | 11101001100001111010110111101001101110011011111101000111 | e987ade9b9bf47 |
EUC-JP | 驥ュ鮖ソG | 111100011110011110001110101011011111001010111011100011101011111101000111 | f1e78eadf2bb8ebf47 |
UTF-8 | 驥ュ鮖ソG | 11101001101010011010010111101111101111011010110111101001101011101001011011101111101111011011111101000111 | e9a9a5efbdade9ae96efbdbf47 |
UHC | 驥???G | 110100011100101000111111001111110011111101000111 | d1ca3f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)