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Ø^ | 1110010001001101100110111101100001011110 | e44d9bd85e |
SJIS-WIN | ?M??^ | 0011111101001101001111110011111101011110 | 3f4d3f3f5e |
EUC-JP | äM?Ø^ | 100011111010101110100011010011010011111110001111101010011010110001011110 | 8faba34d3f8fa9ac5e |
UTF-8 | äMØ^ | 1100001110100100010011011100001010011011110000111001100001011110 | c3a44dc29bc3985e |
UHC | ?M?Ø^ | 001111110100110100111111101010001010101001011110 | 3f4d3fa8aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)