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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蜆戊園蟲③ | 11100101100001001001010111101000100010011000000011100101101100111000011101000010 | e58495e88980e5b38742 |
EUC-JP | 蜆戊園蟲? | 111010011110010011001010111010101011000111100000111010101011010100111111 | e9e4caeab1e0eab53f |
UTF-8 | 蜆戊園蟲③ | 111010001001110010000110111001101000100010001010111001011001110010010010111010001001111110110010111000101001000110100010 | e89c86e6888ae59c92e89fb2e291a2 |
UHC | ?戊園蟲③ | 001111111101100111100110111010101010111011110101111110011010100011101001 | 3fd9e6eaaef5f9a8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)