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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?泳 | 001111111000100101101010 | 3f896a |
EUC-JP | 轝泳 | 1000111111100001101010101011000111001011 | 8fe1aab1cb |
UTF-8 | 轝泳 | 111010001011110110011101111001101011001110110011 | e8bd9de6b3b3 |
UHC | 轝泳 | 11100110101011001110011110110110 | e6ace7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)