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 | ?貭鮴ァ渼 | 0011111111100110110000101110100110111110101001111111101101001001 | 3fe6c2e9bea7fb49 |
EUC-JP | 渻貭鮴ァ渼 | 100011111100011111101111111011001100010011110010110000001000111010100111100011111100011111110000 | 8fc7efecc4f2c08ea78fc7f0 |
UTF-8 | 渻貭鮴ァ渼 | 111001101011100010111011111010001011001010101101111010011010111010110100111011111011110110100111111001101011100010111100 | e6b8bbe8b2ade9aeb4efbda7e6b8bc |
UHC | ????渼 | 001111110011111100111111001111111101101010110100 | 3f3f3f3fdab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)