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 | æÖÖ\ | 1110011011010110100111111101011001011100 | e6d69fd65c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | æÖ?Ö\ | 1000111110101001110000011000111110101010110100110011111110001111101010101101001101011100 | 8fa9c18faad33f8faad35c |
UTF-8 | æÖÖ\ | 110000111010011011000011100101101100001010011111110000111001011001011100 | c3a6c396c29fc3965c |
UHC | æ???\ | 101010011010000100111111001111110011111101011100 | a9a13f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)