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âP | 1110101001010010100111111110001001010000 | ea529fe250 |
SJIS-WIN | ?R??P | 0011111101010010001111110011111101010000 | 3f523f3f50 |
EUC-JP | êR?âP | 100011111010101110110100010100100011111110001111101010111010010001010000 | 8fabb4523f8faba450 |
UTF-8 | êRâP | 1100001110101010010100101100001010011111110000111010001001010000 | c3aa52c29fc3a250 |
UHC | ?R??P | 0011111101010010001111110011111101010000 | 3f523f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)