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 | î®î\ | 11101110100000101010111011101110100010001001101001011100 | ee82aeee889a5c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | î?®î??\ | 10001111101010111100001000111111100011111010001011101110100011111010101111000010001111110011111101011100 | 8fabc23f8fa2ee8fabc23f3f5c |
UTF-8 | î®î\ | 11000011101011101100001010000010110000101010111011000011101011101100001010001000110000101001101001011100 | c3aec282c2aec3aec288c29a5c |
UHC | ??®???\ | 0011111100111111101000101110011100111111001111110011111101011100 | 3f3fa2e73f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)