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 | 1110111010010100100010101110111010011001101100110110111001000010 | ee948aee99b36e42 |
SJIS-WIN | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
EUC-JP | î??î??nB | 100011111010101111000010001111110011111110001111101010111100001000111111001111110110111001000010 | 8fabc23f3f8fabc23f3f6e42 |
UTF-8 | îî³nB | 1100001110101110110000101001010011000010100010101100001110101110110000101001100111000010101100110110111001000010 | c3aec294c28ac3aec299c2b36e42 |
UHC | ?????³nB | 001111110011111100111111001111110011111110101001111110000110111001000010 | 3f3f3f3f3fa9f86e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)