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 | î®è¸° | 111011101000000110101110111010001011100010110000 | ee81aee8b8b0 |
SJIS-WIN | ?????° | 00111111001111110011111100111111001111111000000110001011 | 3f3f3f3f3f818b |
EUC-JP | �踰 | 100011111010101111000010001111111000111110100010111011101000111110101011101100101000111110100010101100011010000111101011 | 8fabc23f8fa2ee8fabb28fa2b1a1eb |
UTF-8 | î®è¸° | 110000111010111011000010100000011100001010101110110000111010100011000010101110001100001010110000 | c3aec281c2aec3a8c2b8c2b0 |
UHC | ??®?¸° | 001111110011111110100010111001110011111110100010101011001010000111000110 | 3f3fa2e73fa2aca1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)