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 | àÑÂà | 111000001101000110011000110000101110000010010111 | e0d198c2e097 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | àÑ?Âà? | 1000111110101011101000101000111110101010110100000011111110001111101010101010010010001111101010111010001000111111 | 8faba28faad03f8faaa48faba23f |
UTF-8 | àÑÂà | 110000111010000011000011100100011100001010011000110000111000001011000011101000001100001010010111 | c3a0c391c298c382c3a0c297 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)