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 | ß¾Ûè | 11011111101111101101101111101000 | dfbedbe8 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ß?Ûè | 10001111101010011100111000111111100011111010101011100101100011111010101110110010 | 8fa9ce3f8faae58fabb2 |
UTF-8 | ß¾Ûè | 1100001110011111110000101011111011000011100110111100001110101000 | c39fc2bec39bc3a8 |
UHC | ß¾?? | 101010011010110010101000111110100011111100111111 | a9aca8fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)