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 | äââÓß | 1110010011100010111000101101001111011111 | e4e2e2d3df |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | äââÓß | 100011111010101110100011100011111010101110100100100011111010101110100100100011111010101011010001100011111010100111001110 | 8faba38faba48faba48faad18fa9ce |
UTF-8 | äââÓß | 11000011101001001100001110100010110000111010001011000011100100111100001110011111 | c3a4c3a2c3a2c393c39f |
UHC | ????ß | 001111110011111100111111001111111010100110101100 | 3f3f3f3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)