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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 辷オ轣シ邀ャ^ | 11100111100010001011010111100111100000011011110011100111101100011010110001011110 | e788b5e781bce7b1ac5e |
EUC-JP | 辷オ轣シ邀ャ^ | 11101101111010001000111010110101111011011110000110001110101111001110111010110011100011101010110001011110 | ede88eb5ede18ebceeb38eac5e |
UTF-8 | 辷オ轣シ邀ャ^ | 11101000101111101011011111101111101111011011010111101000101111011010001111101111101111011011110011101001100000101000000011101111101111011010110001011110 | e8beb7efbdb5e8bda3efbdbce98280efbdac5e |
UHC | ????邀?^ | 0011111100111111001111110011111111101001101011010011111101011110 | 3f3f3f3fe9ad3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)