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 | Éõ²êÝë | 10001111110010011111010110110010111010101101110111101011 | 8fc9f5b2eaddeb |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?Éõ?êÝë | 0011111110001111101010101011000110001111101010111101100000111111100011111010101110110100100011111010101011110010100011111010101110110011 | 3f8faab18fabd83f8fabb48faaf28fabb3 |
UTF-8 | Éõ²êÝë | 1100001010001111110000111000100111000011101101011100001010110010110000111010101011000011100111011100001110101011 | c28fc389c3b5c2b2c3aac39dc3ab |
UHC | ???²??? | 0011111100111111001111111010100111110111001111110011111100111111 | 3f3f3fa9f73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)