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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 終??終??^ | 100011110100100100111111001111111000111101001001001111110011111101011110 | 8f493f3f8f493f3f5e |
EUC-JP | 終??終??^ | 101111011010101000111111001111111011110110101010001111110011111101011110 | bdaa3f3fbdaa3f3f5e |
UTF-8 | 終빚캤終빚캠^ | 11100111101101011000001011101011101110011001101011101100101110101010010011100111101101011000001011101011101110011001101011101100101110101010000001011110 | e7b582ebb99aecbaa4e7b582ebb99aecbaa05e |
UHC | 終빚캤終빚캠^ | 11110000111110111011101011111010110001001011101011110000111110111011101011111010110001001011011101011110 | f0fbbafac4baf0fbbafac4b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)