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 | éne | 111010010110111010001011100010011000110001100101 | e96e8b898c65 |
SJIS-WIN | ?n???e | 001111110110111000111111001111110011111101100101 | 3f6e3f3f3f65 |
EUC-JP | én???e | 1000111110101011101100010110111000111111001111110011111101100101 | 8fabb16e3f3f3f65 |
UTF-8 | éne | 11000011101010010110111011000010100010111100001010001001110000101000110001100101 | c3a96ec28bc289c28c65 |
UHC | ?n???e | 001111110110111000111111001111110011111101100101 | 3f6e3f3f3f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)