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 | ¢ë«ä~ | 10001111101000101110101110001111101010111110010001111110 | 8fa2eb8fabe47e |
SJIS-WIN | ?¢????~ | 0011111110000001100100010011111100111111001111110011111101111110 | 3f81913f3f3f3f7e |
EUC-JP | ?¢ë??ä~ | 001111111010000111110001100011111010101110110011001111110011111110001111101010111010001101111110 | 3fa1f18fabb33f3f8faba37e |
UTF-8 | ¢ë«ä~ | 11000010100011111100001010100010110000111010101111000010100011111100001010101011110000111010010001111110 | c28fc2a2c3abc28fc2abc3a47e |
UHC | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)