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 | ëêêµ¢ | 111010111110101010000111111010101011010110100010 | ebea87eab5a2 |
SJIS-WIN | ?????¢ | 00111111001111110011111100111111001111111000000110010001 | 3f3f3f3f3f8191 |
EUC-JP | ëê?ê?¢ | 10001111101010111011001110001111101010111011010000111111100011111010101110110100001111111010000111110001 | 8fabb38fabb43f8fabb43fa1f1 |
UTF-8 | ëêêµ¢ | 110000111010101111000011101010101100001010000111110000111010101011000010101101011100001010100010 | c3abc3aac287c3aac2b5c2a2 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)