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 | oâ²áà | 100111100110111111100010101100101110000111000011 | 9e6fe2b2e1c3 |
SJIS-WIN | ?o???? | 001111110110111100111111001111110011111100111111 | 3f6f3f3f3f3f |
EUC-JP | ?oâ?áà | 001111110110111110001111101010111010010000111111100011111010101110100001100011111010101010101010 | 3f6f8faba43f8faba18faaaa |
UTF-8 | oâ²áà | 1100001010011110011011111100001110100010110000101011001011000011101000011100001110000011 | c29e6fc3a2c2b2c3a1c383 |
UHC | ?o?²?? | 00111111011011110011111110101001111101110011111100111111 | 3f6f3fa9f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)