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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 竺捨実勺{d | 10001110101100011000111011001100100011101100000010001110110110010111101101100100 | 8eb18ecc8ec08ed97b64 |
EUC-JP | 竺捨実勺{d | 10111100101100111011110011001110101111001100001010111100110110110111101101100100 | bcb3bccebcc2bcdb7b64 |
UTF-8 | 竺捨実勺{d | 1110011110101011101110101110011010001101101010001110010110101110100111111110010110001011101110100111101101100100 | e7abbae68da8e5ae9fe58bba7b64 |
UHC | 竺捨?勺{d | 111101011110011111011110110101110011111111101101110000110111101101100100 | f5e7ded73fedc37b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)