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 | ç~¹åS | 1110011101111110100010101000011010001001101110011110010101010011 | e77e8a8689b9e553 |
SJIS-WIN | ?~?????S | 0011111101111110001111110011111100111111001111110011111101010011 | 3f7e3f3f3f3f3f53 |
EUC-JP | ç~????åS | 100011111010101110101110011111100011111100111111001111110011111110001111101010111010100101010011 | 8fabae7e3f3f3f3f8faba953 |
UTF-8 | ç~¹åS | 1100001110100111011111101100001010001010110000101000011011000010100010011100001010111001110000111010010101010011 | c3a77ec28ac286c289c2b9c3a553 |
UHC | ?~???¹?S | 001111110111111000111111001111110011111110101001111101100011111101010011 | 3f7e3f3f3fa9f63f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)