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 | ûLÖ´ûL | 111110110100110011010110101101001111101101001100 | fb4cd6b4fb4c |
SJIS-WIN | ?L?´?L | 00111111010011000011111110000001010011000011111101001100 | 3f4c3f814c3f4c |
EUC-JP | ûLÖ´ûL | 10001111101010111110010101001100100011111010101011010011101000011010110110001111101010111110010101001100 | 8fabe54c8faad3a1ad8fabe54c |
UTF-8 | ûLÖ´ûL | 11000011101110110100110011000011100101101100001010110100110000111011101101001100 | c3bb4cc396c2b4c3bb4c |
UHC | ?L?´?L | 00111111010011000011111110100010101001010011111101001100 | 3f4c3fa2a53f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)