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 | éùéêà} | 111010011111100111101001111010101110000001111101 | e9f9e9eae07d |
SJIS-WIN | ?????} | 001111110011111100111111001111110011111101111101 | 3f3f3f3f3f7d |
EUC-JP | éùéêà} | 10001111101010111011000110001111101010111110001110001111101010111011000110001111101010111011010010001111101010111010001001111101 | 8fabb18fabe38fabb18fabb48faba27d |
UTF-8 | éùéêà} | 1100001110101001110000111011100111000011101010011100001110101010110000111010000001111101 | c3a9c3b9c3a9c3aac3a07d |
UHC | ?????} | 001111110011111100111111001111110011111101111101 | 3f3f3f3f3f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)