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 | ñùÚëÑý^ | 11110001111110011101101011101011110100011111110101011110 | f1f9daebd1fd5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ñùÚëÑý^ | 10001111101010111101000010001111101010111110001110001111101010101110001010001111101010111011001110001111101010101101000010001111101010111111001001011110 | 8fabd08fabe38faae28fabb38faad08fabf25e |
UTF-8 | ñùÚëÑý^ | 11000011101100011100001110111001110000111001101011000011101010111100001110010001110000111011110101011110 | c3b1c3b9c39ac3abc391c3bd5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)