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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???鹽ф?? | 001111110011111100111111111010100110010010000100100001100011111100111111 | 3f3f3fea6484863f3f |
EUC-JP | ???鹽ф?? | 001111110011111100111111111100111100010110100111111001100011111100111111 | 3f3f3ff3c5a7e63f3f |
UTF-8 | 琉뜻슄鹽ф셀泥 | 1110111110100111100011001110101110011100101110111110110010001010100001001110100110111001101111011101000110000100111011001000010110000000111011111010011110100011 | efa78ceb9cbbec8a84e9b9bdd184ec8580efa7a3 |
UHC | 琉뜻슄鹽ф셀泥 | 1110101110100100101101101110011010011010100101101110011110100100101011001110011010111100101111111110110010110010 | eba4b6e69a96e7a4ace6bcbfecb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)