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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阮泌ウィ縺 | 1110100010010110100101001110010110110011101010001110001110000001 | e89694e5b3a8e381 |
EUC-JP | 阮泌ウィ縺 | 11101111111101101100100011100111100011101011001110001110101010001110010111100001 | eff6c8e78eb38ea8e5e1 |
UTF-8 | 阮泌ウィ縺 | 111010011001100010101110111001101011001110001100111011111011110110110011111011111011110110101000111001111011100010111010 | e998aee6b38cefbdb3efbda8e7b8ba |
UHC | 阮泌??? | 11101000110101101111100110110010001111110011111100111111 | e8d6f9b23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)