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ßÐ | 10010000010100101101111111010000 | 9052dfd0 |
SJIS-WIN | ?R?? | 00111111010100100011111100111111 | 3f523f3f |
EUC-JP | ?Rß? | 001111110101001010001111101010011100111000111111 | 3f528fa9ce3f |
UTF-8 | RßÐ | 11000010100100000101001011000011100111111100001110010000 | c29052c39fc390 |
UHC | ?RßÐ | 001111110101001010101001101011001010100010100010 | 3f52a9aca8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)