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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驥ュ鮖ソ蠇 | 1110100110000111101011011110100110111001101111111111101110100001 | e987ade9b9bffba1 |
EUC-JP | 驥ュ鮖ソ? | 111100011110011110001110101011011111001010111011100011101011111100111111 | f1e78eadf2bb8ebf3f |
UTF-8 | 驥ュ鮖ソ蠇 | 111010011010100110100101111011111011110110101101111010011010111010010110111011111011110110111111111010001010000010000111 | e9a9a5efbdade9ae96efbdbfe8a087 |
UHC | 驥???? | 110100011100101000111111001111110011111100111111 | d1ca3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)