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 | 蠢?爰?源磅 | 11100101101111110011111111100000101001110011111110001100101110011110000111111010 | e5bf3fe0a73f8cb9e1fa |
EUC-JP | 蠢?爰?源磅 | 11101010110000010011111111100000101010010011111110111000101110111110001011111100 | eac13fe0a93fb8bbe2fc |
UTF-8 | 蠢렎爰렪源磅 | 111010001010000010100010111010111010000010001110111001111000100010110000111010111010000010101010111001101011101010010000111001111010001110000101 | e8a0a2eba08ee788b0eba0aae6ba90e7a385 |
UHC | 蠢렎爰렪源磅 | 111100011110001110001110101001001110101010111010100011101011100011101010101110011101101110110110 | f1e38ea4eaba8eb8eab9dbb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)