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 | ??f??f^ | 00111111001111110110011000111111001111110110011001011110 | 3f3f663f3f665e |
SJIS-WIN | ?ァf?ァf^ | 00111111101001110110011000111111101001110110011001011110 | 3fa7663fa7665e |
EUC-JP | ?ァf?ァf^ | 001111111000111010100111011001100011111110001110101001110110011001011110 | 3f8ea7663f8ea7665e |
UTF-8 | 䵸ァf䵸ァf^ | 111001001011010110111000111011111011110110100111011001101110010010110101101110001110111110111101101001110110011001011110 | e4b5b8efbda766e4b5b8efbda7665e |
UHC | ??f??f^ | 00111111001111110110011000111111001111110110011001011110 | 3f3f663f3f665e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)