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 | ?????t | 001111110011111100111111001111110011111101110100 | 3f3f3f3f3f74 |
SJIS-WIN | ?麥?濟?t | 0011111111101010011011010011111111100000010110100011111101110100 | 3fea6d3fe05a3f74 |
EUC-JP | ?麥?濟?t | 0011111111110011110011100011111111011111101110110011111101110100 | 3ff3ce3fdfbb3f74 |
UTF-8 | 卽麥춥濟렋t | 11100101100011011011110111101001101110101010010111101100101101101010010111100110101111111001111111101011101000001000101101110100 | e58dbde9baa5ecb6a5e6bf9feba08b74 |
UHC | 卽麥춥濟렋t | 1111000111101101110110001110101011000011111001001111000010101101100011101010001001110100 | f1edd8eac3e4f0ad8ea274 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)