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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ミ邇ス竺^ | 111100101010111111010000111001111000111010111101100011101011000101011110 | f2afd0e78ebd8eb15e |
EUC-JP | ?ミ邇ス竺^ | 00111111100011101101000011101101111011101000111010111101101111001011001101011110 | 3f8ed0edee8ebdbcb35e |
UTF-8 | ミ邇ス竺^ | 11101110100001111010011011101111101111101001000011101001100000101000011111101111101111011011110111100111101010111011101001011110 | ee87a6efbe90e98287efbdbde7abba5e |
UHC | ??邇?竺^ | 0011111100111111111011001100010000111111111101011110011101011110 | 3f3fecc43ff5e75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)