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 | ñÈñÈP | 1111000111001000111100011100100001010000 | f1c8f1c850 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | ñÈñÈP | 10001111101010111101000010001111101010101011001010001111101010111101000010001111101010101011001001010000 | 8fabd08faab28fabd08faab250 |
UTF-8 | ñÈñÈP | 110000111011000111000011100010001100001110110001110000111000100001010000 | c3b1c388c3b1c38850 |
UHC | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)