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 | é¶è³¢ | 111010011000000110110110111010001011001110100010 | e981b6e8b3a2 |
SJIS-WIN | ??¶??¢ | 0011111100111111100000011111011100111111001111111000000110010001 | 3f3f81f73f3f8191 |
EUC-JP | �� | 100011111010101110110001001111111010001011111001100011111010101110110010001111111010000111110001 | 8fabb13fa2f98fabb23fa1f1 |
UTF-8 | é¶è³¢ | 110000111010100111000010100000011100001010110110110000111010100011000010101100111100001010100010 | c3a9c281c2b6c3a8c2b3c2a2 |
UHC | ??¶?³? | 0011111100111111101000101101001000111111101010011111100000111111 | 3f3fa2d23fa9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)