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ÂÃ^ | 1100001110100100010011011100001010011011110000111001100001011110 | c3a44dc29bc3985e |
SJIS-WIN | ??M????^ | 0011111100111111010011010011111100111111001111110011111101011110 | 3f3f4d3f3f3f3f5e |
EUC-JP | äM��^ | 10001111101010101010101010001111101000101111000001001101100011111010101010100100001111111000111110101010101010100011111101011110 | 8faaaa8fa2f04d8faaa43f8faaaa3f5e |
UTF-8 | äMÂÃ^ | 1100001110000011110000101010010001001101110000111000001011000010100110111100001110000011110000101001100001011110 | c383c2a44dc382c29bc383c2985e |
UHC | ?¤M????^ | 001111111010001010110100010011010011111100111111001111110011111101011110 | 3fa2b44d3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)