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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 淨論┗窪?B | 10011111110001001001100001011111100001001010111110001100010001010011111101000010 | 9fc4985f84af8c453f42 |
EUC-JP | 淨論┗窪?B | 11011110110001101100111111000000101010001011000110110111101001100011111101000010 | dec6cfc0a8b1b7a63f42 |
UTF-8 | 淨論┗窪렜B | 11100110101101111010100011101000101010111001011011100010100101001001011111100111101010101010101011101011101000001001110001000010 | e6b7a8e8ab96e29497e7aaaaeba09c42 |
UHC | 淨論┗窪렜B | 1110111111100100110101101110010110100110101100011110100011000001100011101010111001000010 | efe4d6e5a6b1e8c18eae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)