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 | áËmä | 111000011100101110001101011011011001011011100100 | e1cb8d6d96e4 |
SJIS-WIN | ???m?? | 001111110011111100111111011011010011111100111111 | 3f3f3f6d3f3f |
EUC-JP | áË?m?ä | 100011111010101110100001100011111010101010110011001111110110110100111111100011111010101110100011 | 8faba18faab33f6d3f8faba3 |
UTF-8 | áËmä | 1100001110100001110000111000101111000010100011010110110111000010100101101100001110100100 | c3a1c38bc28d6dc296c3a4 |
UHC | ???m?? | 001111110011111100111111011011010011111100111111 | 3f3f3f6d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)