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âY | 1110101001010010111000101001101001011001 | ea52e29a59 |
SJIS-WIN | ?R??Y | 0011111101010010001111110011111101011001 | 3f523f3f59 |
EUC-JP | êRâ?Y | 100011111010101110110100010100101000111110101011101001000011111101011001 | 8fabb4528faba43f59 |
UTF-8 | êRâY | 1100001110101010010100101100001110100010110000101001101001011001 | c3aa52c3a2c29a59 |
UHC | ?R??Y | 0011111101010010001111110011111101011001 | 3f523f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)