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 | 1110100110000000100010111110111110111101101010010110111001000010 | e9808befbda96e42 |
SJIS-WIN | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
EUC-JP | é??ï?©nB | 1000111110101011101100010011111100111111100011111010101111000001001111111000111110100010111011010110111001000010 | 8fabb13f3f8fabc13f8fa2ed6e42 |
UTF-8 | éゥnB | 1100001110101001110000101000000011000010100010111100001110101111110000101011110111000010101010010110111001000010 | c3a9c280c28bc3afc2bdc2a96e42 |
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)