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 | 1001101011100001100011101101000100111111001111110111101101100100 | 9ae18ed13f3f7b64 |
EUC-JP | 壯紗??{d | 1101010011100011101111001101001100111111001111110111101101100100 | d4e3bcd33f3f7b64 |
UTF-8 | 壯紗렡렊{d | 1110010110100011101011111110011110110100100101111110101110100000101000011110101110100000100010100111101101100100 | e5a3afe7b497eba0a1eba08a7b64 |
UHC | 壯紗렡렊{d | 11101101111000001101111011101001100011101011001010001110101000010111101101100100 | ede0dee98eb28ea17b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)