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 | êÙûâ | 1000111111101010110110011111101111100010 | 8fead9fbe2 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?êÙûâ | 00111111100011111010101110110100100011111010101011100011100011111010101111100101100011111010101110100100 | 3f8fabb48faae38fabe58faba4 |
UTF-8 | êÙûâ | 11000010100011111100001110101010110000111001100111000011101110111100001110100010 | c28fc3aac399c3bbc3a2 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)