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 | ?????d^ | 00111111001111110011111100111111001111110110010001011110 | 3f3f3f3f3f645e |
SJIS-WIN | ネス竺d^ | 11110000111010001100100011110001100011101011110110001110101100010110010001011110 | f0e8c8f18ebd8eb1645e |
EUC-JP | ?ネ?ス竺d^ | 00111111100011101100100000111111100011101011110110111100101100110110010001011110 | 3f8ec83f8ebdbcb3645e |
UTF-8 | ネス竺d^ | 1110111010000010101001111110111110111110100010001110111010000100100010011110111110111101101111011110011110101011101110100110010001011110 | ee82a7efbe88ee8489efbdbde7abba645e |
UHC | ????竺d^ | 0011111100111111001111110011111111110101111001110110010001011110 | 3f3f3f3ff5e7645e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)