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 | 0011111111101010011011010011111110001110110001010011111101000010 | 3fea6d3f8ec53f42 |
EUC-JP | ?麥?芝?B | 0011111111110011110011100011111110111100110001110011111101000010 | 3ff3ce3fbcc73f42 |
UTF-8 | 卽麥딱芝렞B | 11100101100011011011110111101001101110101010010111101011100101001011000111101000100010101001110111101011101000001001111001000010 | e58dbde9baa5eb94b1e88a9deba09e42 |
UHC | 卽麥딱芝렞B | 1111000111101101110110001110101010110101111111001111001010111001100011101010111101000010 | f1edd8eab5fcf2b98eaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)