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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 止麥?? | 100011100111111011101010011011010011111100111111 | 8e7eea6d3f3f |
EUC-JP | 止麥?? | 101110111101111111110011110011100011111100111111 | bbdff3ce3f3f |
UTF-8 | 止麥렢렕 | 111001101010110110100010111010011011101010100101111010111010000010100010111010111010000010010101 | e6ada2e9baa5eba0a2eba095 |
UHC | 止麥렢렕 | 1111001010101101110110001110101010001110101100111000111010101010 | f2add8ea8eb38eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)