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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雜∵勞諢 | 1110100010110110100000011110011010011001101001111110011010000100 | e8b681e699a7e684 |
EUC-JP | 雜∵勞諢 | 1111000010111000101000101110100011010010101010011110101111100100 | f0b8a2e8d2a9ebe4 |
UTF-8 | 雜∵勞諢 | 111010011001101110011100111000101000100010110101111001011000101110011110111010001010101110100010 | e99b9ce288b5e58b9ee8aba2 |
UHC | 雜∵勞? | 11101101110110101010000111110001110101101100110000111111 | eddaa1f1d6cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)