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 | 際?助ⅲ | 10001101110110110011111110001111100101011111101001000010 | 8ddb3f8f95fa42 |
EUC-JP | 際?助? | 101110101101110100111111101111011111010100111111 | badd3fbdf53f |
UTF-8 | 際렧助ⅲ | 111010011001101010011011111010111010000010100111111001011000101010101001111000101000010110110010 | e99a9beba0a7e58aa9e285b2 |
UHC | 際렧助ⅲ | 1111000010110111100011101011011011110000101111101010010110100011 | f0b78eb6f0bea5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)