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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 寥仇? | 1001101110001100100010110111011100111111 | 9b8c8b773f |
EUC-JP | 寥仇? | 1101010111101100101101011101100000111111 | d5ecb5d83f |
UTF-8 | 寥仇법 | 111001011010111110100101111001001011101110000111111010111011001010010101 | e5afa5e4bb87ebb295 |
UHC | 寥仇법 | 111010001110111111001110111110111011100111111101 | e8efcefbb9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)