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 | ??O??B\ | 00111111001111110100111100111111001111110100001001011100 | 3f3f4f3f3f425c |
SJIS-WIN | ?谿O?豎B\ | 001111111110011010101110010011110011111111100110101100010100001001011100 | 3fe6ae4f3fe6b1425c |
EUC-JP | 嶴谿O嶴豎B\ | 10001111101110111111001111101100101100000100111110001111101110111111001111101100101100110100001001011100 | 8fbbf3ecb04f8fbbf3ecb3425c |
UTF-8 | 嶴谿O嶴豎B\ | 111001011011011010110100111010001011000010111111010011111110010110110110101101001110100010110001100011100100001001011100 | e5b6b4e8b0bf4fe5b6b4e8b18e425c |
UHC | ?谿O??B\ | 0011111111001101101011000100111100111111001111110100001001011100 | 3fcdac4f3f3f425c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)