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 | ????[?? | 00111111001111110011111100111111010110110011111100111111 | 3f3f3f3f5b3f3f |
SJIS-WIN | 驥ュ鮖ソ[﨟オ | 11101001100001111010110111101001101110011011111101011011111110111001110110110101 | e987ade9b9bf5bfb9db5 |
EUC-JP | 驥ュ鮖ソ[?オ | 111100011110011110001110101011011111001010111011100011101011111101011011001111111000111010110101 | f1e78eadf2bb8ebf5b3f8eb5 |
UTF-8 | 驥ュ鮖ソ[﨟オ | 11101001101010011010010111101111101111011010110111101001101011101001011011101111101111011011111101011011111011111010100010011111111011111011110110110101 | e9a9a5efbdade9ae96efbdbf5befa89fefbdb5 |
UHC | 驥???[?? | 1101000111001010001111110011111100111111010110110011111100111111 | d1ca3f3f3f5b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)