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 | çâç¢ú¡ | 1110011111100010100000101110011110011000101000101111101010100001 | e7e282e798a2faa1 |
SJIS-WIN | ?????¢?? | 001111110011111100111111001111110011111110000001100100010011111100111111 | 3f3f3f3f3f81913f3f |
EUC-JP | çâ?ç?¢ú¡ | 10001111101010111010111010001111101010111010010000111111100011111010101110101110001111111010000111110001100011111010101111100010100011111010001011000010 | 8fabae8faba43f8fabae3fa1f18fabe28fa2c2 |
UTF-8 | çâç¢ú¡ | 11000011101001111100001110100010110000101000001011000011101001111100001010011000110000101010001011000011101110101100001010100001 | c3a7c3a2c282c3a7c298c2a2c3bac2a1 |
UHC | ???????¡ | 001111110011111100111111001111110011111100111111001111111010001010101110 | 3f3f3f3f3f3f3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)