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 | ?麥??項 | 00111111111010100110110100111111001111111000110110000000 | 3fea6d3f3f8d80 |
EUC-JP | ?麥??項 | 00111111111100111100111000111111001111111011100111100000 | 3ff3ce3f3fb9e0 |
UTF-8 | 識麥렩렖項 | 111011111010011110111100111010011011101010100101111010111010000010101001111010111010000010010110111010011010000010000101 | efa7bce9baa5eba0a9eba096e9a085 |
UHC | 識麥렩렖項 | 11110010101111011101100011101010100011101011011110001110101010111111101010100011 | f2bdd8ea8eb78eabfaa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)