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 | 除??除??^ | 100011111001110000111111001111111000111110011100001111110011111101011110 | 8f9c3f3f8f9c3f3f5e |
EUC-JP | 除??除??^ | 101111011111110000111111001111111011110111111100001111110011111101011110 | bdfc3f3fbdfc3f3f5e |
UTF-8 | 除펫친除펫친^ | 11101001100110011010010011101101100011101010101111101100101110011001110011101001100110011010010011101101100011101010101111101100101110011001110001011110 | e999a4ed8eabecb99ce999a4ed8eabecb99c5e |
UHC | 除펫친除펫친^ | 11110000101101101100011011101010110001001010001111110000101101101100011011101010110001001010001101011110 | f0b6c6eac4a3f0b6c6eac4a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)