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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?麥??? | 001111111110101001101101001111110011111100111111 | 3fea6d3f3f3f |
EUC-JP | ?麥??靷 | 0011111111110011110011100011111100111111100011111110011110111101 | 3ff3ce3f3f8fe7bd |
UTF-8 | 識麥렩렖靷 | 111011111010011110111100111010011011101010100101111010111010000010101001111010111010000010010110111010011001110110110111 | efa7bce9baa5eba0a9eba096e99db7 |
UHC | 識麥렩렖靷 | 11110010101111011101100011101010100011101011011110001110101010111110110011100110 | f2bdd8ea8eb78eabece6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)