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 | 衍??姚 | 100111111010010100111111001111111001101101001100 | 9fa53f3f9b4c |
EUC-JP | 衍??姚 | 110111101010011100111111001111111101010110101101 | dea73f3fd5ad |
UTF-8 | 衍륅풁姚 | 111010001010000110001101111010111010010110000101111011011001001010000001111001011010011110011010 | e8a18deba585ed9281e5a79a |
UHC | 衍륅풁姚 | 1110011011100010100011111110111110111110100010101110100011101110 | e6e28fefbe8ae8ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)