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 | äââÓà | 111001001110001011100010110100111110000010001110 | e4e2e2d3e08e |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | äââÓà? | 10001111101010111010001110001111101010111010010010001111101010111010010010001111101010101101000110001111101010111010001000111111 | 8faba38faba48faba48faad18faba23f |
UTF-8 | äââÓà | 110000111010010011000011101000101100001110100010110000111001001111000011101000001100001010001110 | c3a4c3a2c3a2c393c3a0c28e |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)