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 | ¡à¢ïí« | 10100001111000001000111110100010111011111110110110101011 | a1e08fa2efedab |
SJIS-WIN | ???¢??? | 0011111100111111001111111000000110010001001111110011111100111111 | 3f3f3f81913f3f3f |
EUC-JP | ¡à?¢ïí? | 10001111101000101100001010001111101010111010001000111111101000011111000110001111101010111100000110001111101010111011111100111111 | 8fa2c28faba23fa1f18fabc18fabbf3f |
UTF-8 | ¡à¢ïí« | 1100001010100001110000111010000011000010100011111100001010100010110000111010111111000011101011011100001010101011 | c2a1c3a0c28fc2a2c3afc3adc2ab |
UHC | ¡?????? | 1010001010101110001111110011111100111111001111110011111100111111 | a2ae3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)