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 | ß¾ïÅ | 11011111101111101110111111000101 | dfbeefc5 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ß?ïÅ | 10001111101010011100111000111111100011111010101111000001100011111010101010101001 | 8fa9ce3f8fabc18faaa9 |
UTF-8 | ß¾ïÅ | 1100001110011111110000101011111011000011101011111100001110000101 | c39fc2bec3afc385 |
UHC | ß¾?? | 101010011010110010101000111110100011111100111111 | a9aca8fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)