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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???鹽ф? | 0011111100111111001111111110101001100100100001001000011000111111 | 3f3f3fea6484863f |
EUC-JP | ???鹽ф? | 0011111100111111001111111111001111000101101001111110011000111111 | 3f3f3ff3c5a7e63f |
UTF-8 | 琉뜻슄鹽ф셀 | 1110111110100111100011001110101110011100101110111110110010001010100001001110100110111001101111011101000110000100111011001000010110000000 | efa78ceb9cbbec8a84e9b9bdd184ec8580 |
UHC | 琉뜻슄鹽ф셀 | 111010111010010010110110111001101001101010010110111001111010010010101100111001101011110010111111 | eba4b6e69a96e7a4ace6bcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)