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 | èゥnB | 1110100010010011100101101110111110111101101010010110111001000010 | e89396efbda96e42 |
SJIS-WIN | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
EUC-JP | è??ï?©nB | 1000111110101011101100100011111100111111100011111010101111000001001111111000111110100010111011010110111001000010 | 8fabb23f3f8fabc13f8fa2ed6e42 |
UTF-8 | èゥnB | 1100001110101000110000101001001111000010100101101100001110101111110000101011110111000010101010010110111001000010 | c3a8c293c296c3afc2bdc2a96e42 |
UHC | ????½?nB | 001111110011111100111111001111111010100011110110001111110110111001000010 | 3f3f3f3fa8f63f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)