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 | R¦L¶F | 100100100101001010010001101001101001001001001100100100011011011001000110 | 925291a6924c91b646 |
SJIS-WIN | ?R???L?¶F | 00111111010100100011111100111111001111110100110000111111100000011111011101000110 | 3f523f3f3f4c3f81f746 |
EUC-JP | ?R?¦?L?¶F | 001111110101001000111111100011111010001011000011001111110100110000111111101000101111100101000110 | 3f523f8fa2c33f4c3fa2f946 |
UTF-8 | R¦L¶F | 110000101001001001010010110000101001000111000010101001101100001010010010010011001100001010010001110000101011011001000110 | c29252c291c2a6c2924cc291c2b646 |
UHC | ?R???L?¶F | 00111111010100100011111100111111001111110100110000111111101000101101001001000110 | 3f523f3f3f4c3fa2d246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)