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 | áRY | 111000010101001001011001 | e15259 |
SJIS-WIN | ?RY | 001111110101001001011001 | 3f5259 |
EUC-JP | áRY | 1000111110101011101000010101001001011001 | 8faba15259 |
UTF-8 | áRY | 11000011101000010101001001011001 | c3a15259 |
UHC | ?RY | 001111110101001001011001 | 3f5259 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)